Skip to content

Commit 48ec2d9

Browse files
semantic-release-botci-rebot
authored andcommitted
chore(release): 3.1.0 [skip ci]
# [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
1 parent 38a98f9 commit 48ec2d9

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [3.1.0](https://github.com/ngx-rocket/scripts/compare/3.0.4...3.1.0) (2021-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* changed env's default export to named export ([691f10c](https://github.com/ngx-rocket/scripts/commit/691f10c5ad2d3dc53e465c02045910e6642e8838))
7+
* make env handle null with noImplicitAny ([fc4a71d](https://github.com/ngx-rocket/scripts/commit/fc4a71de8daff044566fff7bd7b532cd4acbd347))
8+
9+
10+
### chore
11+
12+
* update dependencies ([d633edd](https://github.com/ngx-rocket/scripts/commit/d633eddeb96b8625877c561bc87609178f093476))
13+
14+
15+
### Features
16+
17+
* add --app option (closes [#18](https://github.com/ngx-rocket/scripts/issues/18)) ([77e951d](https://github.com/ngx-rocket/scripts/commit/77e951dc49ed897866a61d9bb51759356e0a2f4a))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* requires Node.js version >= 10.0.0
23+
124
# 4.0.0
225
- BREAKING CHANGE: requires Node.js version >= 8.0.0
326
- BREAKING CHANGE: `env` command now generates an explicit export instead of a default export
@@ -47,4 +70,4 @@
4770
- Fixed `cordova` commands on Windows (https://github.com/ngx-rocket/generator-ngx-rocket/issues/117)
4871

4972
# 1.0.0
50-
- Initial release
73+
- Initial release

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-rocket/scripts",
3-
"version": "4.0.0",
3+
"version": "3.1.0",
44
"description": "Support scripts for ngX-Rocket projects",
55
"repository": "ngx-rocket/scripts",
66
"main": "index.js",

0 commit comments

Comments
 (0)