From 0347e9207b5844e477d70895d8ce53e10b96e81c Mon Sep 17 00:00:00 2001 From: Benbuck Nason Date: Mon, 18 May 2020 12:39:34 -0700 Subject: [PATCH] Update to 0.5.0 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8ce76..b9f978c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.5.0] - 2020-05-18 + +- Fix command ordering to match documentation +- Thicker icon lines + ## [0.4.0] - 2020-05-12 - Add whole word searching @@ -64,7 +69,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Created -[Unreleased]: https://github.com/bnason-nf/findallinfile/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/bnason-nf/findallinfile/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/bnason-nf/findallinfile/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/bnason-nf/findallinfile/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/bnason-nf/findallinfile/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/bnason-nf/findallinfile/compare/v0.1.0...v0.2.0 diff --git a/package-lock.json b/package-lock.json index bfe842b..2156744 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "findallinfile", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d217e11..20cc761 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Find All In File", "description": "Find all occurrences of text in current file", "icon": "data/icon.png", - "version": "0.4.0", + "version": "0.5.0", "keywords": [ "find", "findall",