Skip to content

Commit 9e5ecfa

Browse files
committed
Release 0.2.0
1 parent de5f748 commit 9e5ecfa

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.2.0 (2020-03-07)
2+
3+
#### :rocket: Enhancement
4+
* [#10](https://github.com/jelhan/ember-autoresize-modifier/pull/10) avoid unnecessary recalculations of required height ([@jelhan](https://github.com/jelhan))
5+
6+
#### :bug: Bug Fix
7+
* [#9](https://github.com/jelhan/ember-autoresize-modifier/pull/9) support box sizing border box ([@jelhan](https://github.com/jelhan))
8+
9+
#### Committers: 1
10+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
11+
112
## v0.1.0 (2020-03-07)
213

314
#### :house: Internal

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-autoresize-modifier",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Autoresize Element Modifier for Ember.js",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)