Skip to content

Commit b83c7af

Browse files
committed
🚩 increment version
1 parent b526e04 commit b83c7af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.8.0
8+
9+
- New snippet: Vue router
10+
- New snippet: vbase without scss
11+
712
## 1.7.1
813

914
- Make simpler action

package.json

+1-1
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.7.1",
6+
"version": "1.8.0",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"

0 commit comments

Comments
 (0)