Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lozjackson committed May 4, 2024
1 parent 3e29d25 commit 420d604
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,37 @@
# CHANGELOG

### v2.0.0 2024-05-04
## v2.0.0 2024-05-04

- [#11](https://github.com/lozjackson/ember-clock/pull/11) Update to Ember-cli v5.8.0

### v1.0.2 2017-01-26
### Breaking Changes in v2.0.0

- The clock service is no longer automatically injected into controllers and components.
- drop support for Ember 3.x
- Require Node >= 18

## v1.0.2 2017-01-26

- [#4](https://github.com/lozjackson/ember-clock/pull/4) Update to Ember-cli v2.11.0

### v1.0.1 2016-12-06
## v1.0.1 2016-12-06

- [#3](https://github.com/lozjackson/ember-clock/pull/3) Update Ember-try config

- [#2](https://github.com/lozjackson/ember-clock/pull/2) Update to Ember-cli v2.8.0

### v1.0.0 2016-03-22
## v1.0.0 2016-03-22

- Add `isTicking` property

- Rename `startClock()` and `stopClock()` to `start()` and `stop()`

- Update to Ember-cli 2.4.2

### v0.0.2 2015-10-23
## v0.0.2 2015-10-23

- [BUGFIX] Make the `clock-initializer` work with Ember 2.0 and Ember 2.1

### v0.0.1 2015-10-07
## v0.0.1 2015-10-07

- initial release

0 comments on commit 420d604

Please sign in to comment.