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

Commit

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

## 0.2.0

* Update to [svelte-language-server](https://github.com/UnwrittenFun/svelte-language-server/tree/v0.2.0) 0.2.0
* Emmet abbreviations support for HTML and CSS ([#2](https://github.com/UnwrittenFun/svelte-vscode/issues/2))

## 0.1.0

* Initial release
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-vscode",
"version": "0.1.0",
"version": "0.2.0",
"description": "Svelte language support for VS Code",
"main": "dist/extension.js",
"scripts": {
Expand Down Expand Up @@ -83,4 +83,4 @@
"vscode": "^1.1.14",
"vscode-languageclient": "^4.1.3"
}
}
}

0 comments on commit 3a97e29

Please sign in to comment.