From 105e3abf2a957d76d2aa890800bfc7d6ee617f93 Mon Sep 17 00:00:00 2001 From: Rob O'Leary Date: Mon, 10 May 2021 00:26:16 +0800 Subject: [PATCH] v0.21.1 Fix mistake in readme --- CHANGELOG.md | 6 ++++++ README.md | 1 - package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a337ef3..4c395d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.20.1] - 2021-05-09 + +### Fixed + +- Mistake in README about installation. + ## [0.20.0] - 2021-05-09 ### Changed diff --git a/README.md b/README.md index 15650e6..110769b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,6 @@ To gather and render approx 6000 snippets sourced from 18 different files, it ta 1. The extension is listed in the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=robole.snippets-ranger) and [Open VSX Marketplace](https://open-vsx.org/extension/robole/snippets-ranger) where you can download or install it directly. 1. From the Command-line: Run the command `code --install-extension robole.snippets-ranger`. -1. From the [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=robole.snippets-ranger): Click the _Install_ button. ## Contribute diff --git a/package.json b/package.json index efb64e4..8a9f9d1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "description": "View and edit all your snippets in one purty place. Yee-haw!", "icon": "img/logo.png", - "version": "0.20.0", + "version": "0.20.1", "engines": { "vscode": "^1.4.0", "node": ">=12.0.0"