From 039d0312fbc2373bf41845fec9337674ef7ab0ca Mon Sep 17 00:00:00 2001 From: Wils Dawson Date: Fri, 19 Feb 2021 18:33:32 -0800 Subject: [PATCH] Update to version 0.1.1 --- CHANGELOG.md | 4 ++++ README.md | 5 +++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1660ab7..71c9ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +### 0.1.1 - 2021-02-19 + +- Fixed README formatting and links + ### 0.1.0 - 2021-02-19 - Initial release of Better Kill Ring! 🎉 diff --git a/README.md b/README.md index 92a20c3..82c9e1f 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ This extension is designed to be a better kill ring for VS Code. It can be used ### History -Windows: `⌃ Ctrl` + `⌥ Alt` + `y` -Mac: `⌃ Ctrl` + `⌘ Cmd` + `y` +- Windows: `⌃ Ctrl` + `⌥ Alt` + `y` + +- Mac: `⌃ Ctrl` + `⌘ Cmd` + `y` View the kill ring (history of kills you've done) and choose a kill to yank. diff --git a/package.json b/package.json index 7dc6c61..1297fea 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A better Emacs-style kill ring to use with other key mappings in VS Code", "icon": "images/logo.png", "homepage": "https://github.com/wdawson/vscode-bkr", - "version": "0.1.0", + "version": "0.1.1", "publisher": "wdawson", "author": { "name": "Wils Dawson",