Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Mar 7, 2020
1 parent de5f748 commit 9e5ecfa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.2.0 (2020-03-07)

#### :rocket: Enhancement
* [#10](https://github.com/jelhan/ember-autoresize-modifier/pull/10) avoid unnecessary recalculations of required height ([@jelhan](https://github.com/jelhan))

#### :bug: Bug Fix
* [#9](https://github.com/jelhan/ember-autoresize-modifier/pull/9) support box sizing border box ([@jelhan](https://github.com/jelhan))

#### Committers: 1
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))

## v0.1.0 (2020-03-07)

#### :house: Internal
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-autoresize-modifier",
"version": "0.1.0",
"version": "0.2.0",
"description": "Autoresize Element Modifier for Ember.js",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 9e5ecfa

Please sign in to comment.