Skip to content

Commit 592f72e

Browse files
0.4.0
1 parent 681a1b0 commit 592f72e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.4.0](https://github.com/fivethree-team/vscode-svelte-snippets/compare/v0.3.0...v0.4.0) (2020-05-27)
2+
3+
### Features
4+
5+
* **snippets:** Add snippet support for HTML language
6+
7+
18
<a name="0.3.0"></a>
29
# [0.3.0](https://github.com/fivethree-team/vscode-svelte-snippets/compare/v0.2.0...v0.3.0) (2019-07-03)
310

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-svelte-snippets",
33
"displayName": "Svelte 3 Snippets",
44
"description": "Svelte 3 Snippets for VS Code",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"license": "MIT",
77
"publisher": "fivethree",
88
"icon": "icons/logo.png",
@@ -59,5 +59,6 @@
5959
"scripts": {
6060
"vscode:publish": "vsce publish",
6161
"version": "conventional-changelog -p angular -i ./CHANGELOG.md -s"
62-
}
62+
},
63+
"devDependencies": {}
6364
}

0 commit comments

Comments
 (0)