diff --git a/CHANGELOG.md b/CHANGELOG.md index cc91fe524..d0113140d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.1](https://github.com/ngworker/lumberjack/compare/v2.0.0...v2.0.1) (2021-02-12) + +### Documentation + +- Review readme +- List Angular 11.2.x compatibility + ## [2.0.0](https://github.com/ngworker/lumberjack/compare/v2.0.0-rc.1...v2.0.0) (2021-02-04) ### Features diff --git a/libs/ngworker/lumberjack/package.json b/libs/ngworker/lumberjack/package.json index a1bb91beb..d86a26a73 100644 --- a/libs/ngworker/lumberjack/package.json +++ b/libs/ngworker/lumberjack/package.json @@ -1,6 +1,6 @@ { "name": "@ngworker/lumberjack", - "version": "2.0.0", + "version": "2.0.1", "description": "Lumberjack for Angular - Chop and cut Angular logs like a professional Lumberjack.", "peerDependencies": { "@angular/core": ">=9.0.7"