From f9f20b63fb523e409e4c18dac0bc744ed9bc5f9e Mon Sep 17 00:00:00 2001 From: James Hill Date: Sat, 6 Jun 2020 21:22:51 +1200 Subject: [PATCH] Version 0.2.0 - Beta --- CHANGELOG.md | 8 ++++++++ README.md | 3 +++ package.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab8905..9563fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ All notable changes to the "vscode-salesforce-doc-lookup" extension will be docu Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. + +## Table of Contents +- [Unpublished](#unpublished) +- [0.2.0 - Beta](#020---beta) +- [0.1.1 - Beta](#011---beta) + ## Unpublished + +## 0.2.0 - Beta - Basic implementation of Visualforce Doc Lookup - Basic implementation of Salesforce Lightning Console Lookup - Basic implementation of Salesforce Classic Console Lookup diff --git a/README.md b/README.md index 54473bd..943f0d9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ an update to the plugin_ - [Design Notes](#design-notes) - [Release Notes](#release-notes) - [Unpublished](#unpublished) + - [0.2.0 - Beta](#020---beta) - [0.1.1 - Beta](#011---beta) - [License](#license) - [Credits](#credits) @@ -84,6 +85,8 @@ Notes on design, future aims etc available in NOTES.MD ## Release Notes ### Unpublished + +### 0.2.0 - Beta - Basic implementation of Visualforce Doc Lookup - Basic implementation of Salesforce Lightning Console Lookup - Basic implementation of Salesforce Classic Console Lookup diff --git a/package.json b/package.json index c50c8f0..0b9b24d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/Oblongmana/vscode-salesforce-doc-lookup" }, - "version": "0.1.1", + "version": "0.2.0", "engines": { "vscode": "^1.45.0" },