Skip to content

Commit

Permalink
chore: cut 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tzellman committed Jan 21, 2021
1 parent d8ed901 commit 415cfac
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# compiled output
/dist/
/tmp/
/.idea

# dependencies
/bower_components/
Expand All @@ -16,12 +17,15 @@
/.git/
/.github/
/.gitignore
/.prettierignore
/.prettierrc
/.template-lintrc.js
/.watchmanconfig
/bower.json
/config/ember-try.js
/CONTRIBUTING.md
/ember-cli-build.js
/renovate.json
/testem.js
/tests/
/yarn.lock
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

### 0.3.0

This is a minor release with some new backwards-compatible features.

#### Notable Changes

- Added tracked properties for `second`, `minute`, `hour` and `day` to the `clock` service. Thanks @arthur5005!
- Bumped most dependencies to latest, including Ember/CLI 3.24

#### Other Changes

- Integrated with GitHub Actions for CI and demo publishing
- Updated to use `pretty-quick` instead of `lint-staged`
- Updated to use `ember-cli-terser` instead of `ember-cli-uglify`

### 0.2.1

- Bumped most dependencies to latest, including Ember 3.17 -> 3.22
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-stopwatch",
"version": "0.2.1",
"version": "0.3.0",
"description": "Stopwatches, timers, clocks, oh my!",
"keywords": ["ember-addon", "stopwatch", "timer", "clock"],
"repository": "https://github.com/tzellman/ember-stopwatch.git",
Expand Down

0 comments on commit 415cfac

Please sign in to comment.