From ea58252f278afed9d2302c80595f2c9f77516a44 Mon Sep 17 00:00:00 2001 From: Nathaniel Cherian Date: Thu, 10 Jun 2021 14:16:02 -0700 Subject: [PATCH] decrement version --- .gitignore | 3 ++- CHANGELOG.md | 8 ++++---- README.md | 2 +- package-lock.json | 2 +- package.json | 6 +++--- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index bf962da..aa2c3e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ out node_modules client/server -.vscode-test \ No newline at end of file +.vscode-test +*.vsix \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index eeeb9d1..59ba27c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ All notable changes to the "vscode-cashscript" extension will be documented in this file. -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. - -## 1.0.0 +## 0.1.0 Initial release of vscode-cashscript. Features: - Syntax Highlighting - Auto-Completion - Snippets - Linting -- Contract Compilation (press F5 or click "Compile Contract") \ No newline at end of file +- Contract Compilation (press F5 or click "Compile Contract") + +Would like to implement tests and other sustainability features before bumping version \ No newline at end of file diff --git a/README.md b/README.md index cd94370..26b8fc0 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ None available yet. Check the [changelog](/CHANGELOG.md) for past releases. Latest stable version: -### 1.0.0 +### 0.1.0 Initial release of vscode-cashscript. Features: - Syntax Highlighting diff --git a/package-lock.json b/package-lock.json index 134404d..593ab66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cashscript", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 67ca8a9..b7c9471 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "publisher": "NathanielCherian", "displayName": "cashscript", "description": "Cashscript language support for Visual Studio Code", - "version": "1.0.0", - "icon": "images/icon.png", + "version": "0.1.0", + "icon": "media/icon.png", "repository": { "type": "git", "url": "https://github.com/nathanielCherian/vscode-cashscript" @@ -109,4 +109,4 @@ "vscode": "^1.1.37", "vscode-test": "^1.5.2" } -} \ No newline at end of file +}