From efd9c36ed33f4673f28c8523e49758a675e187f8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 20 Sep 2020 17:49:31 +0000 Subject: [PATCH] chore(release): 3.1.2 [skip ci] ## [3.1.2](https://github.com/angular-extensions/pretty-html-log/compare/v3.1.1...v3.1.2) (2020-09-20) ### Bug Fixes * **range:** support multiple Angular versions ([407f30f](https://github.com/angular-extensions/pretty-html-log/commit/407f30f08b7673a811f420227e377a840c3a1157)) --- 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 7b74d05..426f94e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.2](https://github.com/angular-extensions/pretty-html-log/compare/v3.1.1...v3.1.2) (2020-09-20) + + +### Bug Fixes + +* **range:** support multiple Angular versions ([407f30f](https://github.com/angular-extensions/pretty-html-log/commit/407f30f08b7673a811f420227e377a840c3a1157)) + ## [3.1.1](https://github.com/angular-extensions/pretty-html-log/compare/v3.1.0...v3.1.1) (2020-04-20) diff --git a/package.json b/package.json index ae0a5d4..b62915a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-extensions/pretty-html-log", - "version": "3.1.1", + "version": "3.1.2", "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 44293ec..2453d80 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.1", + "version": "3.1.2", "publishConfig": { "access": "public" },