From cb4d5c6411ba08dbf537217a1a4a80c5166a25f2 Mon Sep 17 00:00:00 2001 From: Adam Maras Date: Mon, 19 Dec 2016 09:47:02 -0700 Subject: [PATCH] Bump version to 0.2.0, add CHANGELOG entry --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c37d7..ed59518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Notable and interesting changes will go in this file whenever a new release goes out. Boring changes will probably go in here too. Really, all changes are welcome. +## 0.2.0 + +- Fixed an issue where the status indicator/cursor wouldn't be correct when Visual Studio Code opens a window with editors already open. +- Added an animated GIF to the README! (There will be more of these in the future.) + ## 0.1.1 Fixed the README. I promise to pay more attention next time. diff --git a/package.json b/package.json index 6a558ee..09dde2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "overtype", - "version": "0.1.1", + "version": "0.2.0", "displayName": "Overtype", "description": "Provides insert/overtype mode.", "publisher": "adammaras",