Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jan 24, 2020
1 parent 75635c7 commit 915fea5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## v1.0.0 (2020-01-24)

#### :boom: Breaking Change
* [#47](https://github.com/scalvert/ember-date-service/pull/47) Dropping support for node 6 & 8 ([@scalvert](https://github.com/scalvert))

#### :house: Internal
* [#48](https://github.com/scalvert/ember-date-service/pull/48) Converting to github actions ([@scalvert](https://github.com/scalvert))
* [#46](https://github.com/scalvert/ember-date-service/pull/46) Adding release-it configuration ([@scalvert](https://github.com/scalvert))

#### Committers: 3
- Bryan Levay ([@thousand](https://github.com/thousand))
- Steve Calvert ([@scalvert](https://github.com/scalvert))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

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-service",
"version": "0.3.0",
"version": "1.0.0",
"description": "An Ember addon that provides a Date service with a minimal API.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 915fea5

Please sign in to comment.