Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2020-05-31)

### Bug Fixes

* readme and license in builds ([399cf9a](399cf9a))
  • Loading branch information
satanTime committed May 31, 2020
1 parent 399cf9a commit 05bc29f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.1](https://github.com/satanTime/ngrx-correlation-id/compare/v1.0.0...v1.0.1) (2020-05-31)

### Bug Fixes

- readme and license in builds ([399cf9a](https://github.com/satanTime/ngrx-correlation-id/commit/399cf9a8423c765a7feafb63f1300be9497c0f4d))

# 1.0.0 (2020-05-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0",
"version": "1.0.1",
"scripts": {
"ng": "ng",
"build": "ng build && cp LICENSE dist/ngrx-correlation-id && cp README.md dist/ngrx-correlation-id",
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.0.0",
"version": "1.0.1",
"description": "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 05bc29f

Please sign in to comment.