Skip to content

Commit 5dc1d1a

Browse files
committed
release: Release v0.1.0 (#19)
* Update version in package.json * Update changelog
1 parent e4eae0b commit 5dc1d1a

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5-
## [Unreleased]
5+
## `v0.1.0`
66

7-
- Initial release
7+
### Features
8+
9+
* Add `.vue` file snippets by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/10>
10+
* Add `vue-template` snippets by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/11>
11+
* Add `vue-script` snippets by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/12>
12+
* Add `pinia` snippets by @ExEr7um and @danielkellyio in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/13>
13+
* Add `vue-router` snippets by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/14>
14+
* Add `nuxt-layout` snippets by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/15>
15+
* Add `nuxt-script` snippets by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/16>
16+
17+
### Documentation
18+
19+
* Create a `README` by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/17>
20+
* Prepare for publishing in VS Code Marketplace by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/18>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vue 3 VS Code Snippets",
44
"description": "Vue 3 snippets for VS Code",
55
"icon": "images/vue-logo.png",
6-
"version": "0.0.0",
6+
"version": "0.1.0",
77
"publisher": "exer7um",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)