Skip to content

Commit 32f31f1

Browse files
committed
🚩 increment version
1 parent 2271fc0 commit 32f31f1

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,28 @@ 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.5.0]
7+
## 1.6.0
8+
9+
* Fix bug in `vcomputed`
10+
* Fix bug in vbase that was defaulting to ts
11+
12+
## 1.5.0
813

914
* Support for mapState, mapGetters, mapMutations, mapActions
1015
* Support for vue.config.js
1116

12-
## [1.4.0]
17+
## 1.4.0
1318

1419
* Lifecycle methods
1520
* Vuex scaffold
1621
* TypeScript
1722

18-
## [1.3.0]
23+
## 1.3.0
1924

2025
* Add nuxt and dist to .gitignore
2126
* Add in testing snippet
2227
* Make component imports consistent
2328

24-
## [1.0.0]
29+
## 1.0.0
2530

2631
* Initial release

package.json

Lines changed: 1 addition & 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.5.0",
6+
"version": "1.6.0",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"

0 commit comments

Comments
 (0)