Skip to content

Commit

Permalink
chore(release): 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Jan 30, 2021
1 parent db09558 commit 51803af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

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-rc.0](https://github.com/ngworker/lumberjack/compare/v1.0.8...v2.0.0) (2021-01-19)
## [2.0.0-rc.1](https://github.com/ngworker/lumberjack/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2021-01-30)


### Features

* add LumberjackLogFactory ([#64](https://github.com/ngworker/lumberjack/issues/64)) ([938c2d6](https://github.com/ngworker/lumberjack/commit/938c2d6ab1ce7e3c81a5bd2dd085da7c9a6775d8))

## [2.0.0-rc.0](https://github.com/ngworker/lumberjack/compare/v1.0.8...v2.0.0-rc.0) (2021-01-19)

### ⚠ BREAKING CHANGES

Expand Down
2 changes: 1 addition & 1 deletion libs/ngworker/lumberjack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngworker/lumberjack",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"description": "Lumberjack for Angular - Chop and cut Angular logs like a professional Lumberjack.",
"peerDependencies": {
"@angular/core": ">=9.0.7"
Expand Down

0 comments on commit 51803af

Please sign in to comment.