Skip to content

Commit a99a5ed

Browse files
committed
chore: update CHANGELOG.md
1 parent 5fa5f6a commit a99a5ed

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,40 @@
11
# [0.0.0](https://github.com/ngneat/until-destroy/compare/v8.0.1...v0.0.0) (2020-08-23)
22

3+
## [8.1.1](https://github.com/ngneat/until-destroy/compare/v8.1.0...v8.1.1) (2021-07-06)
4+
5+
### Bug Fixes
6+
7+
- use the `package` builder except `ng-packagr-lite` ([8251a28](https://github.com/ngneat/until-destroy/commit/8251a2872faa842734501ab7a88d8c64841f7ecc))
8+
9+
# [8.1.0](https://github.com/ngneat/until-destroy/compare/v8.0.4...v8.1.0) (2021-07-05)
10+
11+
### Features
12+
13+
- split migration script into a separate library `@ngneat/until-destroy-migration` ([de0397c](https://github.com/ngneat/until-destroy/commit/de0397ccd3ae3ba76e5c61848eab95d883c4c1cd))
14+
15+
## [8.0.4](https://github.com/ngneat/until-destroy/compare/v8.0.3...v8.0.4) (2021-02-23)
16+
17+
### Performance
18+
19+
- use `ngDevMode` to tree-shake errors ([066db5e](https://github.com/ngneat/until-destroy/commit/066db5e58253c7ed60c09b978dfd46ec3cb47797))
20+
21+
## [8.0.3](https://github.com/ngneat/until-destroy/compare/v8.0.2...v8.0.3) (2020-10-17)
22+
23+
### chore
24+
25+
- switch to `standard-version` ([f03793a](https://github.com/ngneat/until-destroy/commit/f03793ac550d6286e2b37123ad79fefde737bbbd))
26+
27+
## [8.0.2](https://github.com/ngneat/until-destroy/compare/v8.0.1...v8.0.2) (2020-08-27)
28+
29+
### Features
30+
31+
- generate changelog ([d8d4a52](https://github.com/ngneat/until-destroy/commit/d8d4a5219e7b6dee4b788fcf128ed1aa4fa5ef01))
32+
333
## [8.0.1](https://github.com/ngneat/until-destroy/compare/v8.0.0...v8.0.1) (2020-07-29)
434

535
### Bug Fixes
636

7-
- require a specific Angular version ([fd4bc41
8-
](https://github.com/ngneat/until-destroy/commit/fd4bc413d78452986e3e015feaeae9792c922c4e))
37+
- require a specific Angular version ([fd4bc41](https://github.com/ngneat/until-destroy/commit/fd4bc413d78452986e3e015feaeae9792c922c4e))
938

1039
# [8.0.0](https://github.com/ngneat/until-destroy/compare/v7.3.2...v8.0.0) (2020-07-27)
1140

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"postinstall": "ngcc && node ./decorate-angular-cli.js && husky install",
99
"contributors:add": "all-contributors add",
1010
"contributors:generate": "all-contributors init",
11-
"release": "cd src && standard-version --infile ../CHANGELOG.md",
11+
"release": "cd libs/until-destroy && standard-version --infile ../../CHANGELOG.md --skip.bump --skip.commit --skip.tag",
1212
"lint": "nx workspace-lint && nx lint until-destroy",
1313
"test": "nx run-many --target test --projects until-destroy,until-destroy-migration --run-in-band",
1414
"test:watch": "nx test until-destroy --run-in-band --watch-all",

0 commit comments

Comments
 (0)