Skip to content

Commit

Permalink
chore(release): v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Jun 2, 2021
1 parent 86e0ddd commit efce432
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 107 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/satanTime/ngrx-correlation-id/compare/v1.1.1...v1.1.2) (2021-06-02)

### Bug Fixes

- **core:** umd module id for ngrx/store ([fe8244d](https://github.com/satanTime/ngrx-correlation-id/commit/fe8244d7fa0dd264a89a4a7b096347c7b664cb8d))
- **e2e:** relative imports ([8ba7ee3](https://github.com/satanTime/ngrx-correlation-id/commit/8ba7ee32861bd4153c599ce684eb5dd971890309))

## [1.1.1](https://github.com/satanTime/ngrx-correlation-id/compare/v1.1.0...v1.1.1) (2021-06-02)

### Bug Fixes
Expand Down
106 changes: 1 addition & 105 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrx-correlation-id",
"version": "1.1.1",
"version": "1.1.2",
"scripts": {
"postinstall": "husky install",
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx-correlation-id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrx-correlation-id",
"version": "1.1.1",
"version": "1.1.2",
"description": "NGRX Store feature to track tasks via correlation id",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || >= 6.0.0",
Expand Down

0 comments on commit efce432

Please sign in to comment.