Skip to content

Commit 3f49acf

Browse files
committed
Release 0.1.0
1 parent ba890fe commit 3f49acf

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v0.1.0 (2020-03-07)
2+
3+
#### :house: Internal
4+
* [#2](https://github.com/jelhan/ember-autoresize-modifier/pull/2) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate))
5+
* [#3](https://github.com/jelhan/ember-autoresize-modifier/pull/3) setup release-it and lerna-changelog ([@jelhan](https://github.com/jelhan))
6+
* [#1](https://github.com/jelhan/ember-autoresize-modifier/pull/1) Setup prettier and prettify existing code ([@jelhan](https://github.com/jelhan))
7+
8+
#### Committers: 1
9+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
10+

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-autoresize-modifier",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Autoresize Element Modifier for Ember.js",
55
"keywords": [
66
"ember-addon"
@@ -55,7 +55,6 @@
5555
"loader.js": "^4.7.0",
5656
"prettier": "^1.19.1",
5757
"qunit-dom": "^1.0.0",
58-
"qunit-dom": "^1.0.0",
5958
"release-it": "^12.2.1",
6059
"release-it-lerna-changelog": "^1.0.3"
6160
},

0 commit comments

Comments
 (0)