From 4a66eebe6fd4f2375a2022a94ef037752a9e2605 Mon Sep 17 00:00:00 2001 From: Nacho Vazquez Date: Thu, 4 Feb 2021 10:57:49 -0300 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 7 +++++++ libs/ngworker/lumberjack/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7a31466..b250eac00 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.0](https://github.com/ngworker/lumberjack/compare/v2.0.0-rc.1...v2.0.0) (2021-02-04) + + +### Features + +* add ng-add schematic ([#70](https://github.com/ngworker/lumberjack/issues/70)) ([219c6da](https://github.com/ngworker/lumberjack/commit/219c6daab024763c54f65cdb42dd4e8bb574a2d6)) + ## [2.0.0-rc.1](https://github.com/ngworker/lumberjack/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2021-01-30) diff --git a/libs/ngworker/lumberjack/package.json b/libs/ngworker/lumberjack/package.json index db2dbce78..fb44d2511 100644 --- a/libs/ngworker/lumberjack/package.json +++ b/libs/ngworker/lumberjack/package.json @@ -1,6 +1,6 @@ { "name": "@ngworker/lumberjack", - "version": "2.0.0-rc.1", + "version": "2.0.0", "description": "Lumberjack for Angular - Chop and cut Angular logs like a professional Lumberjack.", "peerDependencies": { "@angular/core": ">=9.0.7"