Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eflanagan0 committed Sep 10, 2019
1 parent 6d37183 commit 8ef6a8a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v2.4.1 (2019-09-10)

#### :bug: Bug Fix
* [#230](https://github.com/adopted-ember-addons/ember-pikaday/pull/230) Fixes testing of multiple pikaday inputs ([@john-griffin](https://github.com/john-griffin))

#### :house: Internal
* [#230](https://github.com/adopted-ember-addons/ember-pikaday/pull/230) Fixes testing of multiple pikaday inputs ([@john-griffin](https://github.com/john-griffin))
* [#228](https://github.com/adopted-ember-addons/ember-pikaday/pull/228) disable jquery integration for dummy app ([@efx](https://github.com/efx))

#### Committers: 2
- Eli Flanagan ([@efx](https://github.com/efx))
- John Griffin ([@john-griffin](https://github.com/john-griffin))

## v2.4.0 (2019-07-05)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-pikaday",
"version": "2.4.0",
"version": "2.4.1",
"description": "A tested datepicker component for Ember CLI projects including test helpers for your own acceptance tests.",
"keywords": [
"datepicker",
Expand Down

0 comments on commit 8ef6a8a

Please sign in to comment.