Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Apr 17, 2020
1 parent bf18c75 commit e15f1d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.10.1

- BUGFIX: polyfill DOMRect on browsers that don't have it, by @SergeAstapov
- DOCS: fixes to one of the demos by @akashdsouza
- HOUSEKEEPING: ported more internals to typescript
- ENHANCEMENT: improved warning message by @rwwagner90
- HOUSEKEEPING: switched to github actions for CI
- HOUSEKEEPING: upgraded many devDependencies

# 0.10.0
- BREAKING: drop support for Ember < 3.8
- BREAKING: drop support for node 6.
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-animated",
"version": "0.10.0",
"version": "0.10.1",
"description": "Core animation primitives for Ember",
"keywords": [
"animation",
Expand Down

0 comments on commit e15f1d5

Please sign in to comment.