Skip to content

Commit 8050730

Browse files
author
Github Actions
committed
chore(ngx-deploy-npm): release version 7.1.0
1 parent d4dbaa4 commit 8050730

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/ngx-deploy-npm/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
# [7.1.0](https://github.com/bikecoders/ngx-deploy-npm/compare/ngx-deploy-npm-7.0.1...ngx-deploy-npm-7.1.0) (2023-11-10)
6+
7+
### Features
8+
9+
- add support to nx 17 ([#555](https://github.com/bikecoders/ngx-deploy-npm/issues/555)) ([367362b](https://github.com/bikecoders/ngx-deploy-npm/commit/367362b9f434addb21c7c2d013249ea05b073f09))
10+
511
## [7.0.1](https://github.com/bikecoders/ngx-deploy-npm/compare/v7.0.0...v7.0.1) (2023-08-12)
612

713
### Bug Fixes

packages/ngx-deploy-npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-deploy-npm",
3-
"version": "7.0.1",
3+
"version": "7.1.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)