Skip to content

Commit

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

### Bug Fixes

* changed env's default export to named export ([691f10c](691f10c))
* make env handle null with noImplicitAny  ([fc4a71d](fc4a71d))

### chore

* update dependencies ([d633edd](d633edd))

### Features

* add --app option (closes [#18](#18)) ([77e951d](77e951d))

### BREAKING CHANGES

* requires Node.js version >= 10.0.0
  • Loading branch information
semantic-release-bot authored and ci-rebot committed Jan 8, 2021
1 parent 38a98f9 commit 48ec2d9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [3.1.0](https://github.com/ngx-rocket/scripts/compare/3.0.4...3.1.0) (2021-01-08)


### Bug Fixes

* changed env's default export to named export ([691f10c](https://github.com/ngx-rocket/scripts/commit/691f10c5ad2d3dc53e465c02045910e6642e8838))
* make env handle null with noImplicitAny ([fc4a71d](https://github.com/ngx-rocket/scripts/commit/fc4a71de8daff044566fff7bd7b532cd4acbd347))


### chore

* update dependencies ([d633edd](https://github.com/ngx-rocket/scripts/commit/d633eddeb96b8625877c561bc87609178f093476))


### Features

* add --app option (closes [#18](https://github.com/ngx-rocket/scripts/issues/18)) ([77e951d](https://github.com/ngx-rocket/scripts/commit/77e951dc49ed897866a61d9bb51759356e0a2f4a))


### BREAKING CHANGES

* requires Node.js version >= 10.0.0

# 4.0.0
- BREAKING CHANGE: requires Node.js version >= 8.0.0
- BREAKING CHANGE: `env` command now generates an explicit export instead of a default export
Expand Down Expand Up @@ -47,4 +70,4 @@
- Fixed `cordova` commands on Windows (https://github.com/ngx-rocket/generator-ngx-rocket/issues/117)

# 1.0.0
- Initial release
- Initial release
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-rocket/scripts",
"version": "4.0.0",
"version": "3.1.0",
"description": "Support scripts for ngX-Rocket projects",
"repository": "ngx-rocket/scripts",
"main": "index.js",
Expand Down

0 comments on commit 48ec2d9

Please sign in to comment.