Skip to content

Commit b76a2f4

Browse files
chore(release): 5.0.2 [skip ci]
## [5.0.2](v5.0.1...v5.0.2) (2022-10-04) ### Bug Fixes * 🐛 (docs) update usage docs ([ffc8df8](ffc8df8)) * 🐛 (globals) remove no longer used declarations file ([112b62a](112b62a)) * 🐛 (globals) remove wrong globals documentation ([8bc9ca7](8bc9ca7))
1 parent ffc8df8 commit b76a2f4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.0.2](https://github.com/angular-extensions/pretty-html-log/compare/v5.0.1...v5.0.2) (2022-10-04)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 (docs) update usage docs ([ffc8df8](https://github.com/angular-extensions/pretty-html-log/commit/ffc8df8c5ce9a4495cca9b87d041a2fa4778ea6c))
7+
* 🐛 (globals) remove no longer used declarations file ([112b62a](https://github.com/angular-extensions/pretty-html-log/commit/112b62a448f96a31b64434974a5892bd13cfe5bb))
8+
* 🐛 (globals) remove wrong globals documentation ([8bc9ca7](https://github.com/angular-extensions/pretty-html-log/commit/8bc9ca79bee6ffc98476cad03987432a26c82792))
9+
110
## [5.0.1](https://github.com/angular-extensions/pretty-html-log/compare/v5.0.0...v5.0.1) (2022-01-12)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/pretty-html-log",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"scripts": {
55
"adjust-version": "npm-run-all adjust-version:*",
66
"adjust-version:lib": "replace-json-property projects/pretty-html-log/package.json version $VERSION",

projects/pretty-html-log/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/pretty-html-log",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)