We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae111fd commit 0ab5c61Copy full SHA for 0ab5c61
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to the "nuxt-vscode-snippets" extension will be documented i
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
+## 2.0.0
8
+
9
+- Update vstart and pstart prefix to vbase and pbase
10
11
## 1.0.1
12
13
- Fix $fetch DELETE method
package.json
@@ -3,7 +3,7 @@
3
"displayName": "Nuxt VS Code Snippets",
"description": "Supercharge your Nuxt development with powerful snippets",
"icon": "images/nuxt-logo.png",
- "version": "1.0.1",
+ "version": "2.0.0",
"publisher": "zhaolinlau",
"license": "MIT",
"author": {
0 commit comments