Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbirtles committed May 2, 2018
1 parent 6c4d937 commit fc262f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.3.0

* Add html tag autoclosing ([#4](https://github.com/UnwrittenFun/svelte-vscode/pull/4))
* Fix incorrect comments being used for css and html ([#3](https://github.com/UnwrittenFun/svelte-vscode/issues/3))

## 0.2.0

* Update to [svelte-language-server](https://github.com/UnwrittenFun/svelte-language-server/tree/v0.2.0) 0.2.0
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-vscode",
"version": "0.2.0",
"version": "0.3.0",
"description": "Svelte language support for VS Code",
"main": "dist/extension.js",
"scripts": {
Expand Down

0 comments on commit fc262f7

Please sign in to comment.