diff --git a/CHANGELOG.md b/CHANGELOG.md index 4249b2e..ba6e6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Change Log -## 0.0.12 +## 0.0.13 - 0.0.12 - new: vscode.dev support (vscode web extension) #12 - Note: compiling vyper is not yet supported! +- update: updated snippets for vyper v0.3.x #11 - thanks @DataBeast-IT 🙌 ## 0.0.11 - new: updated syntax to vyper v0.3.x #9 - thanks @DataBeast-IT 🙌 diff --git a/package.json b/package.json index fa4454a..b5d5640 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Vyper", "description": "Ethereum Vyper language support for Visual Studio Code", "license": "MIT", - "version": "0.0.12", + "version": "0.0.13", "keywords": [ "vyper", "ethereum",