Skip to content

Commit 9db9f09

Browse files
chore(release): 9.0.0 [skip ci]
1 parent 66a9a86 commit 9db9f09

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [9.0.0](https://github.com/bus-stop/x-terminal/compare/v8.2.6...v9.0.0) (2020-07-15)
2+
3+
4+
### Bug Fixes
5+
6+
* remove NODE_ENV variable by default ([#114](https://github.com/bus-stop/x-terminal/issues/114)) ([66a9a86](https://github.com/bus-stop/x-terminal/commit/66a9a861a039ea88d72bc98b9ad06a4d986c21d6))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* The default for Environment Deletions setting changed from `[]` to `["NODE_ENV"]`
12+
13+
To restore previous behavior change the setting to `[]`
14+
115
## [8.2.6](https://github.com/bus-stop/x-terminal/compare/v8.2.5...v8.2.6) (2020-07-14)
216

317

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": {
77
"url": "https://github.com/bus-stop/x-terminal/issues/new/choose"
88
},
9-
"version": "8.2.6",
9+
"version": "9.0.0",
1010
"description": "An xterm based Atom plugin for providing terminals inside your Atom workspace. A fork of atom-xterm",
1111
"keywords": [
1212
"terminal",

0 commit comments

Comments
 (0)