Skip to content

Commit 7567fc8

Browse files
committedJun 10, 2024·
chore(ngx-deploy-npm): release version 8.1.0
1 parent 30cf38a commit 7567fc8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎packages/ngx-deploy-npm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
# [8.1.0](https://github.com/bikecoders/ngx-deploy-npm/compare/ngx-deploy-npm-8.0.1...ngx-deploy-npm-8.1.0) (2024-06-10)
6+
7+
### Features
8+
9+
- add support to Nx v18 ([#602](https://github.com/bikecoders/ngx-deploy-npm/issues/602)) ([e1fbf93](https://github.com/bikecoders/ngx-deploy-npm/commit/e1fbf93648e3dd7ba50cf82fc8c893b3730e6505))
10+
511
# [8.0.0](https://github.com/bikecoders/ngx-deploy-npm/compare/ngx-deploy-npm-7.1.0...ngx-deploy-npm-8.0.0) (2024-01-19)
612

713
### 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": "8.0.0",
3+
"version": "8.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)
Please sign in to comment.