diff --git a/CHANGELOG.md b/CHANGELOG.md
index 020d512..924ce5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
All notable changes to the "vue3-vscode-snippets" extension will be documented in this file.
+## v0.5.0
+
+[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.4.1...v0.5.0)
+
+
+### 🚀 Enhancements
+
+ - Use double quotes in `vue` file snippets ([#50](https://github.com/ExEr7um/vue3-vscode-snippets/pull/50))
+
+### ❤️ Contributors
+
+- Henrique Kubenda
+
## v0.4.1
[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.4.0...v0.4.1)
diff --git a/package.json b/package.json
index 3b8239c..d8428c7 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.4.1",
+ "version": "0.5.0",
"publisher": "exer7um",
"repository": {
"type": "git",
diff --git a/snippets/histoire/histoire.code-snippets b/snippets/histoire/histoire.code-snippets
index 8be2135..6e37560 100644
--- a/snippets/histoire/histoire.code-snippets
+++ b/snippets/histoire/histoire.code-snippets
@@ -2,7 +2,7 @@
"Histoire story base": {
"prefix": "hbase",
"body": [
- "",
"",
@@ -17,7 +17,7 @@
"Histoire story base with variant": {
"prefix": "hbase-variant",
"body": [
- "",
"",
@@ -34,7 +34,7 @@
"Histoire story base with grid layout": {
"prefix": "hbase-grid",
"body": [
- "",
"",
diff --git a/snippets/vue/vue.code-snippets b/snippets/vue/vue.code-snippets
index dae7bd4..3441846 100644
--- a/snippets/vue/vue.code-snippets
+++ b/snippets/vue/vue.code-snippets
@@ -2,7 +2,7 @@
"Vue SFC ",
"",
@@ -21,7 +21,7 @@
"Vue SFC ",
"",
@@ -40,7 +40,7 @@
"Vue SFC ",
"",
@@ -59,7 +59,7 @@
"Vue SFC ",
"",
@@ -78,7 +78,7 @@
"Vue SFC ",
"",
@@ -97,7 +97,7 @@
"Vue SFC ",
"",
@@ -116,7 +116,7 @@
"Vue SFC ",
"",