Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garygrossgarten committed May 27, 2020
1 parent 681a1b0 commit 592f72e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.4.0](https://github.com/fivethree-team/vscode-svelte-snippets/compare/v0.3.0...v0.4.0) (2020-05-27)

### Features

* **snippets:** Add snippet support for HTML language


<a name="0.3.0"></a>
# [0.3.0](https://github.com/fivethree-team/vscode-svelte-snippets/compare/v0.2.0...v0.3.0) (2019-07-03)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-svelte-snippets",
"displayName": "Svelte 3 Snippets",
"description": "Svelte 3 Snippets for VS Code",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"publisher": "fivethree",
"icon": "icons/logo.png",
Expand Down Expand Up @@ -59,5 +59,6 @@
"scripts": {
"vscode:publish": "vsce publish",
"version": "conventional-changelog -p angular -i ./CHANGELOG.md -s"
}
},
"devDependencies": {}
}

0 comments on commit 592f72e

Please sign in to comment.