Skip to content

Commit

Permalink
chore(release): bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
moribvndvs committed Dec 17, 2017
1 parent 602c6b2 commit 7af83e0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
<a name="2.0.0-beta.13"></a>
# [2.0.0-beta.13](https://github.com/HackedByChinese/ng2-idle/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2017-12-17)


### Chores

* **deps:** support Angular 5, remove [@angular](https://github.com/angular)/http references ([731ebfb](https://github.com/HackedByChinese/ng2-idle/commit/731ebfb))


### Features

* **EventTargetInterruptSource:** constructor takes options that include flag for using passive even ([a5e24eb](https://github.com/HackedByChinese/ng2-idle/commit/a5e24eb))


### BREAKING CHANGES

* **deps:** Support for Angular 2.x dropped due to missing @angular/common/http dependency



<a name="2.0.0-beta.12"></a>
# [2.0.0-beta.12](https://github.com/HackedByChinese/ng2-idle/compare/v2.0.0-beta.11...v2.0.0-beta.12) (2017-05-30)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ng-idle-src",
"version": "2.0.0-beta.12",
"version": "2.0.0-beta.13",
"private": true,
"description": "A module for responding to idle users in Angular 4+ applications.",
"scripts": {
Expand Down

0 comments on commit 7af83e0

Please sign in to comment.