Skip to content

Commit 1e507ea

Browse files
author
Github Actions
committed
chore(ngx-deploy-npm): release version 7.0.1
1 parent 6765f4c commit 1e507ea

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.0.1](https://github.com/bikecoders/ngx-deploy-npm/compare/v7.0.0...v7.0.1) (2023-08-12)
6+
7+
### Bug Fixes
8+
9+
- 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))
10+
511
# [7.0.0](https://github.com/bikecoders/ngx-deploy-npm/compare/v6.0.0...v7.0.0) (2023-08-07)
612

713
### Build System

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.0",
3+
"version": "7.0.1",
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)