Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.0...v0.2.0) (2018-08-23)

### Bug Fixes

* convert a bunch of stuff to TypeScript ([5a83fd0](5a83fd0))
* use TSLint to lint:js ([119266f](119266f))

### Features

* **mixin:** alias screen height/width ([66d4dea](66d4dea))
* **service:** add screen height and screen width properties ([feedb39](feedb39))
* add typescript support ([b5e1833](b5e1833))
  • Loading branch information
semantic-release-bot committed Aug 23, 2018
1 parent b219820 commit a220271
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.2.0](https://github.com/mike-north/ember-resize/compare/v0.1.0...v0.2.0) (2018-08-23)


### Bug Fixes

* convert a bunch of stuff to TypeScript ([5a83fd0](https://github.com/mike-north/ember-resize/commit/5a83fd0))
* use TSLint to lint:js ([119266f](https://github.com/mike-north/ember-resize/commit/119266f))


### Features

* **mixin:** alias screen height/width ([66d4dea](https://github.com/mike-north/ember-resize/commit/66d4dea))
* **service:** add screen height and screen width properties ([feedb39](https://github.com/mike-north/ember-resize/commit/feedb39))
* add typescript support ([b5e1833](https://github.com/mike-north/ember-resize/commit/b5e1833))

# [0.1.0](https://github.com/mike-north/ember-resize/compare/v0.0.16...v0.1.0) (2018-08-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@
"release": {
"extends": "@mike-north/js-lib-semantic-release-config"
}
}
}

0 comments on commit a220271

Please sign in to comment.