Skip to content

Commit

Permalink
Released v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Novy committed Mar 2, 2017
1 parent a37a58e commit 4d5d39a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

v0.6.1

* Add `interactWithDatePicker` helper at `ember-date-components/helpers/interact-with-date-components` for tests

v0.6.0

* Fix bug that incorrectly checked if parameters where moment instances
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The date picker can also display custom options, e.g. 'Last 7 days'.
It also provides test helpers to easily interact with the date picker in integration & acceptance tests:

```js
import interactWithDatePicker from 'ember-date-components/helpers/interactWithDatePicker';
import interactWithDatePicker from 'ember-date-components/helpers/interact-with-date-picker';

let datepicker = interactWithDatePicker(this.$('.datepicker'));
datepicker.toggle();
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-date-components",
"version": "0.6.0",
"version": "0.6.1",
"description": "An Ember add-on which provides pure Ember-based date picker components.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 4d5d39a

Please sign in to comment.