Skip to content

Commit 29c713e

Browse files
committed
chore(release): v1.1.4
1 parent a333823 commit 29c713e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.4](https://github.com/satanTime/ngrx-correlation-id/compare/v1.1.3...v1.1.4) (2022-01-30)
2+
3+
### Bug Fixes
4+
5+
- support Angular 13 ([a333823](https://github.com/satanTime/ngrx-correlation-id/commit/a333823f35e27014b87f226d5bdb76633ae340c2))
6+
17
## [1.1.3](https://github.com/satanTime/ngrx-correlation-id/compare/v1.1.2...v1.1.3) (2021-08-22)
28

39
### Bug Fixes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngrx-correlation-id",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"scripts": {
55
"npm": "npm",
66
"postinstall": "husky install",

projects/ngrx-correlation-id/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngrx-correlation-id",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "NGRX Store feature to track tasks via correlation id",
55
"peerDependencies": {
66
"@angular/common": "^6.0.0-rc.0 || >= 6.0.0",

0 commit comments

Comments
 (0)