Skip to content

Commit 5f20a61

Browse files
chore(release): 3.1.3 [skip ci]
## [3.1.3](v3.1.2...v3.1.3) (2020-11-30) ### Bug Fixes * 🐛 document the exported logNgHTML function ([43191cf](43191cf))
1 parent 6a1bb85 commit 5f20a61

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.3](https://github.com/angular-extensions/pretty-html-log/compare/v3.1.2...v3.1.3) (2020-11-30)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 document the exported logNgHTML function ([43191cf](https://github.com/angular-extensions/pretty-html-log/commit/43191cf6420beb1ab5a961c138a3b5ef3e711e33))
7+
18
## [3.1.2](https://github.com/angular-extensions/pretty-html-log/compare/v3.1.1...v3.1.2) (2020-09-20)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/pretty-html-log",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/pretty-html-log",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)