Skip to content

Commit aa9fb10

Browse files
chore(release): 7.1.0 [skip ci]
1 parent b5f1848 commit aa9fb10

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [7.1.0](https://github.com/UziTech/x-terminal/compare/v7.0.0...v7.1.0) (2020-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* profile menu style ([ac13e41](https://github.com/UziTech/x-terminal/commit/ac13e415a543440996b90f00f9e549e27362055d))
7+
8+
9+
### Features
10+
11+
* add default open position setting ([7c10a3c](https://github.com/UziTech/x-terminal/commit/7c10a3c94a340bfe9afa3c1ce790b7d85504700a))
12+
* add platform io terminal service ([fbf2b6a](https://github.com/UziTech/x-terminal/commit/fbf2b6a696cb971f8c1f7b5aa01f2d6ed0d8d0e4))
13+
114
# [7.0.0](https://github.com/UziTech/x-terminal/compare/v6.5.1...v7.0.0) (2020-02-15)
215

316

package-lock.json

+4-4
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
@@ -2,7 +2,7 @@
22
"name": "x-terminal",
33
"main": "./dist/lib/x-terminal",
44
"module": "./dist/lib/x-terminal",
5-
"version": "7.0.0",
5+
"version": "7.1.0",
66
"description": "Atom plugin for providing terminals inside your Atom workspace.",
77
"keywords": [
88
"terminal",

0 commit comments

Comments
 (0)