Skip to content

Commit 11da77b

Browse files
authored
release: Release v0.1.1 (#25)
* Update version in package.json * Update changelog
1 parent 57995a1 commit 11da77b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

5+
## `v0.1.1`
6+
7+
### Fixed
8+
9+
* Broken link in `README` by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/22>
10+
11+
### Documentation
12+
13+
* Add badges and license to `README` by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/24>
14+
515
## `v0.1.0`
616

717
### Features

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.1.0",
6+
"version": "0.1.1",
77
"publisher": "exer7um",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)