From 6afe29bc6138f5d135d863dc12e0c4af7c98720d Mon Sep 17 00:00:00 2001 From: tintinweb Date: Thu, 20 Jan 2022 10:14:40 +0100 Subject: [PATCH] prepare v0.0.13 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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",