Skip to content

Commit

Permalink
chore(ngx-deploy-npm): release version 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Aug 12, 2023
1 parent 6765f4c commit 1e507ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/ngx-deploy-npm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [7.0.1](https://github.com/bikecoders/ngx-deploy-npm/compare/v7.0.0...v7.0.1) (2023-08-12)

### Bug Fixes

- set the right peerDependency on ngx-deploy-npm's package.json ([#536](https://github.com/bikecoders/ngx-deploy-npm/issues/536)) ([6765f4c](https://github.com/bikecoders/ngx-deploy-npm/commit/6765f4ced01906b969e3c4fdad10a2dcdcc9f497))

# [7.0.0](https://github.com/bikecoders/ngx-deploy-npm/compare/v6.0.0...v7.0.0) (2023-08-07)

### Build System
Expand Down
2 changes: 1 addition & 1 deletion packages/ngx-deploy-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-deploy-npm",
"version": "7.0.0",
"version": "7.0.1",
"description": "Publish your libraries to NPM with just one command",
"main": "src/index.js",
"generators": "./generators.json",
Expand Down

0 comments on commit 1e507ea

Please sign in to comment.