Skip to content

Commit 87b7ab1

Browse files
committed
🚩 increment version
1 parent 1318ac7 commit 87b7ab1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
44

5+
## 2.2.1
6+
7+
- remove name of package for composition api now that we're at vue 3
8+
59
## 2.2.0
610

711
- Add in Nuxt axios module

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

0 commit comments

Comments
 (0)