diff --git a/packages/ngx-deploy-npm/CHANGELOG.md b/packages/ngx-deploy-npm/CHANGELOG.md index 7b288e1c..47a97c40 100644 --- a/packages/ngx-deploy-npm/CHANGELOG.md +++ b/packages/ngx-deploy-npm/CHANGELOG.md @@ -2,6 +2,12 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [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) + +### Features + +- 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)) + ## [7.0.1](https://github.com/bikecoders/ngx-deploy-npm/compare/v7.0.0...v7.0.1) (2023-08-12) ### Bug Fixes diff --git a/packages/ngx-deploy-npm/package.json b/packages/ngx-deploy-npm/package.json index 25107bcc..dff9d28b 100644 --- a/packages/ngx-deploy-npm/package.json +++ b/packages/ngx-deploy-npm/package.json @@ -1,6 +1,6 @@ { "name": "ngx-deploy-npm", - "version": "7.0.1", + "version": "7.1.0", "description": "Publish your libraries to NPM with just one command", "main": "src/index.js", "generators": "./generators.json",