Skip to content

Commit

Permalink
releasing a beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jan 15, 2022
1 parent c80dd17 commit c5bd484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### master
### 10.0.0-beta.0

* [BREAKING] This addon no longer provides the `moment` library itself. Apps should depend directly on *either* `moment` or `moment-timezone` and import it via `ember-auto-import`. Apps should make sure to remove any dependencies on `ember-cli-moment-shim`. See "Using Moment in Ember Apps & Addons" in the README.
* [BREAKING] This is a v2 addon so your app must have `ember-auto-import` >= 2.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-moment",
"version": "10.0.0-alpha.0",
"version": "10.0.0-beta.0",
"description": "Moment.js template helpers Ember.js",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit c5bd484

Please sign in to comment.