Skip to content

Commit

Permalink
chore(release): publish v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moribvndvs committed Sep 30, 2021
1 parent f70fcad commit 7de968d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.1.0](https://github.com/moribvndvs/ng2-idle/compare/v11.0.3...v11.1.0) (2021-09-30)


### Features

* **interruptsource:** support ssr with the default interrupt sources ([#159](https://github.com/moribvndvs/ng2-idle/issues/159)) ([f70fcad](https://github.com/moribvndvs/ng2-idle/commit/f70fcadfd3cfaccd2b9ce9ee00a5ccb6901c4d05)), closes [#77](https://github.com/moribvndvs/ng2-idle/issues/77) [#115](https://github.com/moribvndvs/ng2-idle/issues/115)





## [11.0.3](https://github.com/moribvndvs/ng2-idle/compare/v11.0.2...v11.0.3) (2021-07-18)

**Note:** Version bump only for package ng-idle
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"projects/*"
],
"version": "11.0.3",
"version": "11.1.0",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-idle",
"description": "A module for responding to idle users in Angular applications.",
"version": "11.0.3",
"version": "11.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/moribvndvs/ng2-idle.git"
Expand Down Expand Up @@ -80,4 +80,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
11 changes: 11 additions & 0 deletions projects/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.1.0](https://github.com/moribvndvs/ng2-idle/compare/v11.0.3...v11.1.0) (2021-09-30)


### Features

* **interruptsource:** support ssr with the default interrupt sources ([#159](https://github.com/moribvndvs/ng2-idle/issues/159)) ([f70fcad](https://github.com/moribvndvs/ng2-idle/commit/f70fcadfd3cfaccd2b9ce9ee00a5ccb6901c4d05)), closes [#77](https://github.com/moribvndvs/ng2-idle/issues/77) [#115](https://github.com/moribvndvs/ng2-idle/issues/115)





## [11.0.3](https://github.com/moribvndvs/ng2-idle/compare/v11.0.2...v11.0.3) (2021-07-18)

**Note:** Version bump only for package @ng-idle/core
Expand Down
2 changes: 1 addition & 1 deletion projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-idle/core",
"version": "11.0.3",
"version": "11.1.0",
"description": "A module for detecting and responding to the user becoming idle in Angular applications.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7de968d

Please sign in to comment.