Skip to content

Commit c0818be

Browse files
author
Github Actions
committed
chore(ngx-deploy-npm): release version 6.0.0
1 parent 4795cac commit c0818be

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/ngx-deploy-npm/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [6.0.0](https://github.com/bikecoders/ngx-deploy-npm/compare/v5.2.0...v6.0.0) (2023-05-15)
6+
7+
### Features
8+
9+
- add support to nx 16 ([#503](https://github.com/bikecoders/ngx-deploy-npm/issues/503)) ([4795cac](https://github.com/bikecoders/ngx-deploy-npm/commit/4795cac137e9c1b9dcf1270a3f9f012a70fad6ee))
10+
11+
### BREAKING CHANGES
12+
13+
- Drop support for previous Nx versions:
14+
Support for Nx versions 14 and 15 has been discontinued. To continue receiving updates on this project in the future, we recommend upgrading to Nx v16.
15+
- Drop support for Node 14
16+
The project no longer supports Node.js 14.x. To ensure optimal performance and stability, upgrading to a newer version of Node.js is essential. We recommend using Node.js 16 as it offers adequate compatibility with the project.
17+
- Remove the Init generator
18+
The generator "init" has been removed from our list of generators. This change has been implemented as the "init" generator was deemed unnecessary and did not provide any functional value. So, you should stop using it in your project from now on.
19+
520
# [5.2.0](https://github.com/bikecoders/ngx-deploy-npm/compare/v5.1.0...v5.2.0) (2023-02-19)
621

722
### Features

packages/ngx-deploy-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-deploy-npm",
3-
"version": "5.2.0",
3+
"version": "6.0.0",
44
"description": "Publish your libraries to NPM with just one command",
55
"main": "src/index.js",
66
"generators": "./generators.json",

0 commit comments

Comments
 (0)