From 5f20a6105c8f74ae16ca9204ca7963538a87e1e0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Nov 2020 19:35:44 +0000 Subject: [PATCH] chore(release): 3.1.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.1.3](https://github.com/angular-extensions/pretty-html-log/compare/v3.1.2...v3.1.3) (2020-11-30) ### Bug Fixes * 🐛 document the exported logNgHTML function ([43191cf](https://github.com/angular-extensions/pretty-html-log/commit/43191cf6420beb1ab5a961c138a3b5ef3e711e33)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- projects/pretty-html-log/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 426f94e..0bc244f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.3](https://github.com/angular-extensions/pretty-html-log/compare/v3.1.2...v3.1.3) (2020-11-30) + + +### Bug Fixes + +* 🐛 document the exported logNgHTML function ([43191cf](https://github.com/angular-extensions/pretty-html-log/commit/43191cf6420beb1ab5a961c138a3b5ef3e711e33)) + ## [3.1.2](https://github.com/angular-extensions/pretty-html-log/compare/v3.1.1...v3.1.2) (2020-09-20) diff --git a/package.json b/package.json index b62915a..2d9973b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-extensions/pretty-html-log", - "version": "3.1.2", + "version": "3.1.3", "scripts": { "adjust-version": "npm-run-all adjust-version:*", "adjust-version:lib": "replace-json-property projects/pretty-html-log/package.json version $VERSION", diff --git a/projects/pretty-html-log/package.json b/projects/pretty-html-log/package.json index 2453d80..b0c649a 100644 --- a/projects/pretty-html-log/package.json +++ b/projects/pretty-html-log/package.json @@ -1,6 +1,6 @@ { "name": "@angular-extensions/pretty-html-log", - "version": "3.1.2", + "version": "3.1.3", "publishConfig": { "access": "public" },