Skip to content

Commit

Permalink
Merge pull request #4 from lozjackson/v0.2.1
Browse files Browse the repository at this point in the history
v0.2.1
  • Loading branch information
lozjackson authored Sep 3, 2016
2 parents 4deafbc + 6bb8643 commit 0cee199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

### v0.2.1 2016-09-03

* [BUGFIX] Fix an issue that could cause the `nextMonth()` method to skip a month.

* Add Phantomjs dev-dependency.
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-time-tools",
"version": "0.2.0",
"version": "0.2.1",
"description": "Time and date tools for Ember applications.",
"directories": {
"doc": "doc",
Expand All @@ -24,9 +24,9 @@
"ember-cli-app-version": "^1.0.0",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-moment-shim": "1.1.0",
"ember-cli-inject-live-reload": "^1.4.0",
"ember-cli-jshint": "^1.0.0",
"ember-cli-moment-shim": "1.1.0",
"ember-cli-qunit": "^2.0.0",
"ember-cli-release": "^0.2.9",
"ember-cli-sri": "^2.1.0",
Expand All @@ -35,13 +35,13 @@
"ember-code-snippet": "1.4.0",
"ember-data": "^2.7.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-in-viewport": "2.1.0",
"ember-moment": "6.1.0",
"ember-export-application-global": "^1.0.5",
"ember-in-viewport": "2.1.0",
"ember-load-initializers": "^0.5.1",
"ember-moment": "6.1.0",
"ember-resolver": "^2.0.3",
"phantomjs-prebuilt": "^2.1.12",
"loader.js": "^4.0.1"
"loader.js": "^4.0.1",
"phantomjs-prebuilt": "^2.1.12"
},
"keywords": [
"ember-addon"
Expand All @@ -50,7 +50,7 @@
"ember-cli-babel": "^5.1.6",
"ember-cli-htmlbars": "^1.0.3",
"ember-clock": "^1.0.0",
"ember-ui-components": "^0.8.1"
"ember-ui-components": "0.9.1"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit 0cee199

Please sign in to comment.