Skip to content

Commit

Permalink
chore: release v14.0.0 (#137)
Browse files Browse the repository at this point in the history
## PR Checklist

Please check if your PR fulfills the following requirements:

- [x] The commit message follows our guidelines: CONTRIBUTING.md#commit
- [ ] Tests for the changes have been added (for bug fixes / features)
- [x] Docs have been added / updated (for bug fixes / features)

## PR Type

What kind of change does this PR introduce?

<!-- Please check the one that applies to this PR using "x". -->

```
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:
```

## What is the current behavior?
- v2.0.3 is the `latest` stable release
- v14.0.0-beta.1 is the `next` release

<!-- Please describe the current behavior that you are modifying, or
link to a relevant issue. -->

Issue Number: N/A

## What is the new behavior?
- v14.0.0 is the `latest` stable release
- v14.0.0 is the `next` release

## Does this PR introduce a breaking change?

```
[ ] Yes
[x] No
```

<!-- If this PR contains a breaking change, please describe the impact
and migration path for existing applications below. -->


## Other information
- [ ] Tag `v14.0.0` and create a `14.0.0` GitHub release with release
notes copied from `CHANGELOG.md`
- [ ] Let's publish it manually since the `v14.0.0-beta.1` tag is in the
`lumberjack-next` repo.
- [ ] Remember to mark this release as both `next` and `latest` in the
npm registry
  • Loading branch information
LayZeeDK authored Oct 26, 2022
1 parent 00aba83 commit 15dd4cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [14.0.0](https://github.com/ngworker/lumberjack/compare/v2.0.3...v14.0.0) (2022-10-26)

### Performance improvements

- The package is now published with partial Ivy compilation

### ⚠ BREAKING CHANGES

- Require Angular 14.0
- Require RxJS 7.4

## [2.0.3](https://github.com/ngworker/lumberjack/compare/v2.0.2...v2.0.3) (2021-04-26)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion packages/ngworker/lumberjack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngworker/lumberjack",
"version": "14.0.0-beta.1",
"version": "14.0.0",
"peerDependencies": {
"@angular/core": "^14.0.0",
"@angular/common": "^14.0.0",
Expand Down

0 comments on commit 15dd4cd

Please sign in to comment.