Skip to content

Commit 272a849

Browse files
chore(release): 1.3.0 [skip ci]
1 parent 44f12b6 commit 272a849

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.3.0](https://github.com/atom-ide-community/atom-ide-vue/compare/v1.2.0...v1.3.0) (2020-02-15)
2+
3+
4+
### Features
5+
6+
* add console service support ([48cbe57](https://github.com/atom-ide-community/atom-ide-vue/commit/48cbe5781e1e684b3e0f4f78f53bc10fcda79614))
7+
* add outline service support ([6740026](https://github.com/atom-ide-community/atom-ide-vue/commit/67400260b4d222b5c409935274e94e194f810204))
8+
* add reference finder support ([7335ce2](https://github.com/atom-ide-community/atom-ide-vue/commit/7335ce2558482570516c37094ad0a31aef5ab3bf))
9+
110
# [1.2.0](https://github.com/atom-ide-community/atom-ide-vue/compare/v1.1.3...v1.2.0) (2020-01-04)
211

312

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,7 +1,7 @@
11
{
22
"name": "atom-ide-vue",
33
"main": "./lib/main",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "Vue language support for Atom IDE",
66
"repository": "https://github.com/atom-ide-community/atom-ide-vue",
77
"keywords": [

0 commit comments

Comments
 (0)