Skip to content

Commit

Permalink
chore(release): 6.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.1](6.0.0...6.0.1) (2021-01-07)
  • Loading branch information
semantic-release-bot committed Jan 7, 2021
1 parent ee8f38c commit 500913b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [6.0.1](https://github.com/ngx-rocket/core/compare/6.0.0...6.0.1) (2021-01-07)

# 6.0.0
- Fix double prompt issue (#25)
- Update dependencies
Expand Down Expand Up @@ -82,4 +84,4 @@
- Added automation option

# 1.0.0
- First public version
- First public version
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-rocket/core",
"version": "6.0.0",
"version": "6.0.1",
"description": "Core generator for creating ngX-Rocket add-ons",
"repository": "ngx-rocket/core",
"main": "lib",
Expand Down Expand Up @@ -59,7 +59,9 @@
},
"release": {
"extends": "semantic-release-npm-github",
"branches": ["main"]
"branches": [
"main"
]
},
"files": [
"lib/*.js",
Expand Down

0 comments on commit 500913b

Please sign in to comment.