Skip to content

Commit

Permalink
release: cut 18.0.0-next.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Mar 19, 2024
1 parent 4154c2e commit 8bea870
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [18.0.0-next.1](https://github.com/ng-packagr/ng-packagr/compare/18.0.0-next.0...18.0.0-next.1) (2024-03-19)


### ⚠ BREAKING CHANGES

* Node.js support for versions <18.19.1 and <20.11.1 has been removed.

* remove support for Node.js versions <18.19.1 and <20.11.1 ([3af4e3f](https://github.com/ng-packagr/ng-packagr/commit/3af4e3f8d8c869f52a7d3f3e43dc194a9b17f48d))


### Performance

* use esbuild instead of rollup to generate FESM ([9c23827](https://github.com/ng-packagr/ng-packagr/commit/9c238273c9057108744c9f9ef8c7d9e62225c0f1)), closes [#2759](https://github.com/ng-packagr/ng-packagr/issues/2759)

## [18.0.0-next.0](https://github.com/ng-packagr/ng-packagr/compare/17.3.0...18.0.0-next.0) (2024-03-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-packagr",
"version": "18.0.0-next.0",
"version": "18.0.0-next.1",
"description": "Compile and package Angular libraries in Angular Package Format (APF)",
"keywords": [
"apf",
Expand Down

0 comments on commit 8bea870

Please sign in to comment.