Skip to content

Commit

Permalink
v0.21.1 Fix mistake in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robole committed May 9, 2021
1 parent 6daab22 commit 105e3ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 105e3ab

Please sign in to comment.