diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a452f..a393d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.0.1](https://github.com/moribvndvs/ng2-idle/compare/v11.0.0...v11.0.1) (2021-07-18) + +**Note:** Version bump only for package ng-idle + + + + + # [11.0.0](https://github.com/moribvndvs/ng2-idle/compare/v10.0.0...v11.0.0) (2021-07-18) diff --git a/lerna.json b/lerna.json index c241b0e..532fb9f 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "projects/*" ], - "version": "11.0.0", + "version": "11.0.1", "command": { "publish": { "conventionalCommits": true diff --git a/projects/core/CHANGELOG.md b/projects/core/CHANGELOG.md index 9bb3787..7efc43e 100644 --- a/projects/core/CHANGELOG.md +++ b/projects/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.0.1](https://github.com/moribvndvs/ng2-idle/compare/v11.0.0...v11.0.1) (2021-07-18) + +**Note:** Version bump only for package @ng-idle/core + + + + + # [11.0.0](https://github.com/moribvndvs/ng2-idle/compare/v10.0.0...v11.0.0) (2021-07-18) diff --git a/projects/core/package.json b/projects/core/package.json index ccfef98..1cfb2e0 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@ng-idle/core", - "version": "11.0.0", + "version": "11.0.1", "description": "A module for detecting and responding to the user becoming idle in Angular applications.", "repository": { "type": "git", diff --git a/projects/keepalive/CHANGELOG.md b/projects/keepalive/CHANGELOG.md index e88663b..03c9cab 100644 --- a/projects/keepalive/CHANGELOG.md +++ b/projects/keepalive/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.0.1](https://github.com/moribvndvs/ng2-idle/compare/v11.0.0...v11.0.1) (2021-07-18) + +**Note:** Version bump only for package @ng-idle/keepalive + + + + + # [11.0.0](https://github.com/moribvndvs/ng2-idle/compare/v10.0.0...v11.0.0) (2021-07-18) diff --git a/projects/keepalive/package.json b/projects/keepalive/package.json index 1f4d4b3..3d9806f 100644 --- a/projects/keepalive/package.json +++ b/projects/keepalive/package.json @@ -1,6 +1,6 @@ { "name": "@ng-idle/keepalive", - "version": "11.0.0", + "version": "11.0.1", "description": "Module that works with @ng-idle/core to keep a user session alive while user is active.", "repository": { "type": "git",