Skip to content

Commit 19d8dcb

Browse files
committed
🚩 increment versions
1 parent 86240b9 commit 19d8dcb

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
## 1.9.0
8+
9+
- New vbase support: LESS, SASS, Stylus, no CSS
10+
- Fix pug support
11+
- Fix brackets on vue router
12+
- New snippets: Nuxt page snippets
13+
714
## 1.8.0
815

916
- New snippet: Vue router

package.json

+5-5
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.8.0",
6+
"version": "1.9.0",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"
@@ -33,10 +33,10 @@
3333
"language": "vue",
3434
"path": "./snippets/vue.json"
3535
},
36-
{
37-
"language": "jade",
38-
"path": "./snippets/vue-pug.json"
39-
},
36+
{
37+
"language": "jade",
38+
"path": "./snippets/vue-pug.json"
39+
},
4040
{
4141
"language": "html",
4242
"path": "./snippets/vue-template.json"

0 commit comments

Comments
 (0)