From 2a646b1dcd812490aa29cd90a35ff1c1fc6f488a Mon Sep 17 00:00:00 2001 From: Vasily Kuzin Date: Fri, 26 Aug 2022 10:10:51 +0300 Subject: [PATCH 1/2] Update version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e610371..5a75aac 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Vue 3 VS Code Snippets", "description": "Vue 3 snippets for VS Code", "icon": "images/vue-logo.png", - "version": "0.1.0", + "version": "0.1.1", "publisher": "exer7um", "repository": { "type": "git", From 65dbfde6b43332e330565c19d51ae43debb7cf2d Mon Sep 17 00:00:00 2001 From: Vasily Kuzin Date: Fri, 26 Aug 2022 10:11:01 +0300 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9f76f..74a5bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to the "vue3-vscode-snippets" extension will be documented in this file. +## `v0.1.1` + +### Fixed + +* Broken link in `README` by @ExEr7um in + +### Documentation + +* Add badges and license to `README` by @ExEr7um in + ## `v0.1.0` ### Features