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 May 31, 2018
1 parent 5879ff7 commit b79ffde
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,17 @@
<a name="6.0.0-beta.2"></a>
# [6.0.0-beta.2](https://github.com/HackedByChinese/ng2-idle/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2018-05-31)


### Bug Fixes

* **InterruptSource:** remove extraneous zonejs import ([a49e1af](https://github.com/HackedByChinese/ng2-idle/commit/a49e1af)), closes [#99](https://github.com/HackedByChinese/ng2-idle/issues/99) [#101](https://github.com/HackedByChinese/ng2-idle/issues/101)



<a name="6.0.0-beta.1"></a>
# [6.0.0-beta.1](https://github.com/HackedByChinese/ng2-idle/compare/v2.0.0-beta.15...v6.0.0-beta.1) (2018-05-24)

Note: The version scheme for this module has been changed to match the version of Angular it targets.
Note: The version scheme for this module has been changed to match the version of Angular it targets. Use an @ng-idle@2.0.0 build if you are using Angular 5.

### Chores

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

0 comments on commit b79ffde

Please sign in to comment.