Skip to content

Commit 52ec1c7

Browse files
author
Github Actions
committed
chore(ngx-deploy-npm): release version 7.0.0
1 parent 8b539fc commit 52ec1c7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/ngx-deploy-npm/CHANGELOG.md

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

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

5+
# [7.0.0](https://github.com/bikecoders/ngx-deploy-npm/compare/v6.0.0...v7.0.0) (2023-08-07)
6+
7+
### Build System
8+
9+
- align node version with nx compatibility matrix ([#530](https://github.com/bikecoders/ngx-deploy-npm/issues/530)) ([2d6827f](https://github.com/bikecoders/ngx-deploy-npm/commit/2d6827f1ed25afa8d75ec2f69e4a573563a0c8d3))
10+
11+
### BREAKING CHANGES
12+
13+
- drop support to node V16
14+
515
# [6.0.0](https://github.com/bikecoders/ngx-deploy-npm/compare/v5.2.0...v6.0.0) (2023-05-15)
616

717
### 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": "6.0.0",
3+
"version": "7.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)