Skip to content

Commit

Permalink
chore(release): 10.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [10.0.1](10.0.0...10.0.1) (2021-12-01)

### Bug Fixes

* **tsconfig:** remove unsupported comment ([634b1ff](634b1ff))
* **tsconfig:** trailing comma ([7847733](7847733))
  • Loading branch information
semantic-release-bot authored and ci-rebot committed Dec 1, 2021
1 parent 7847733 commit 1757602
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [10.0.1](https://github.com/ngx-rocket/generator-ngx-rocket/compare/10.0.0...10.0.1) (2021-12-01)


### Bug Fixes

* **tsconfig:** remove unsupported comment ([634b1ff](https://github.com/ngx-rocket/generator-ngx-rocket/commit/634b1ffad395aed5f28ca6643d6abb1f1cc04cca))
* **tsconfig:** trailing comma ([7847733](https://github.com/ngx-rocket/generator-ngx-rocket/commit/7847733b01018a917f454babb469437dcfd3c6ae))

# [10.0.0](https://github.com/ngx-rocket/generator-ngx-rocket/compare/9.2.1...10.0.0) (2021-07-22)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ngx-rocket",
"version": "10.0.0",
"version": "10.0.1",
"description": "Extensible Angular 12+ enterprise-grade project generator based on angular-cli with best practices from the community. Includes PWA/Cordova/Electron support, coding guides and more!",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1757602

Please sign in to comment.