Skip to content

Commit

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

### Bug Fixes

*  dependency should have been a dev dependency ([e962e73](e962e73))

### chore

* update deps ([3fe6a17](3fe6a17))

### Features

* remove extra confirmation prompt ([791b130](791b130))

### BREAKING CHANGES

* requires Node >= 12.20
  • Loading branch information
semantic-release-bot authored and ci-rebot committed Dec 1, 2021
1 parent e0ecf4b commit ed86935
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.1.0](https://github.com/ngx-rocket/create-ngx/compare/1.0.3...1.1.0) (2021-12-01)


### Bug Fixes

* dependency should have been a dev dependency ([e962e73](https://github.com/ngx-rocket/create-ngx/commit/e962e73ec39b26394096428003c51abd8117f35c))


### chore

* update deps ([3fe6a17](https://github.com/ngx-rocket/create-ngx/commit/3fe6a17adfb4959ff4f1eb441197236af4daa5fb))


### Features

* remove extra confirmation prompt ([791b130](https://github.com/ngx-rocket/create-ngx/commit/791b1304147498ddfcaaa56a970dcd3198a21c4a))


### BREAKING CHANGES

* requires Node >= 12.20

## [1.0.3](https://github.com/ngx-rocket/create-ngx/compare/v1.0.2...1.0.3) (2021-01-08)


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": "create-ngx",
"version": "1.0.3",
"version": "1.1.0",
"preferGlobal": true,
"description": "The fastest way to rocket start your Angular projects",
"repository": {
Expand Down

0 comments on commit ed86935

Please sign in to comment.