Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jun 27, 2022
1 parent 96ae667 commit 73a96df
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@


## v3.0.1 (2022-06-27)

#### :bug: Bug Fix
* [#178](https://github.com/ember-mocks/ember-date-service/pull/178) Add service declaration ([@nlfurniss](https://github.com/nlfurniss))

#### Committers: 1
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))


## v3.0.0 (2022-06-17)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-date-service",
"version": "3.0.0",
"version": "3.0.1",
"description": "An Ember addon that provides a Date service with a minimal API.",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
},
"npm": false
},
"version": "3.0.0"
"version": "3.0.1"
}
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-app",
"private": true,
"version": "3.0.0",
"version": "3.0.1",
"description": "An Ember addon that provides a Date service with a minimal API.",
"repository": "https://github.com/scalvert/ember-date-service",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.0",
"ember-date-service": "3.0.0",
"ember-date-service": "3.0.1",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^2.1.1",
Expand Down

0 comments on commit 73a96df

Please sign in to comment.