Skip to content

Commit

Permalink
chore: cut v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tzellman committed Oct 28, 2021
1 parent fb06339 commit 8f2487c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### 0.7.0

This is a minor release composed primarily of dependency updates, and a new modifier.

#### Changes

- Added `call-after` modifier (alias of `stopwatch-tick`)
- Updated to Ember CLI 3.28
- Updated several dependencies to the latest versions
- Dropped support for Node.js v10.0
- linting fixes after eslint plugin updates, in tests

### 0.6.0

This is a minor release that adds no new functionality to the core addon. Primarily dependency updates and test lint/assertion updates.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,8 @@ Refreshes every day:

## Compatibility

- Ember.js v3.12 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
- Ember.js v3.20 or above
- Node.js v12 or above

## Contributing

Expand Down
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.6.0",
"version": "0.7.0",
"description": "Stopwatches, timers, clocks, oh my!",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 8f2487c

Please sign in to comment.