Skip to content

Commit 4e2ac29

Browse files
committed
🚩 increment version
1 parent 63a6480 commit 4e2ac29

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "vue-vscode-snippets" extension will be documented in
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## 2.0.9
8+
9+
- Vue 3 Composition API support
10+
711
## 1.9.0
812

913
- New vbase support: LESS, SASS, Stylus, no CSS

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vue VSCode Snippets",
44
"description": "Snippets that will supercharge your Vue workflow",
55
"icon": "images/vue-logo.png",
6-
"version": "1.9.0",
6+
"version": "2.0.0",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"
@@ -18,7 +18,9 @@
1818
},
1919
"keywords": [
2020
"Vue",
21+
"Vue 3",
2122
"Vue 2",
23+
"Composition API",
2224
"Vue Snippets"
2325
],
2426
"extensionDependencies": [

0 commit comments

Comments
 (0)