From 3e1665d36d614bff012f7dedb5c20ba786363c63 Mon Sep 17 00:00:00 2001 From: Benbuck Nason Date: Mon, 30 Sep 2019 14:53:46 -0700 Subject: [PATCH] Update to 0.0.6 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f006452..5834bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.6] - 2019-09-30 +- Support case-sensitive/insensitive string searches +- Minor packaging cleanup + +## [0.0.5] - 2019-09-26 +- Fix string search containing regex chars +- Various cleanup and internal fixes + ## [0.0.4] - 2019-08-29 - Added an icon - Package improvements @@ -20,7 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.1] - 2019-08-27 - Created -[Unreleased]: https://github.com/bnason-nf/findallinfile/compare/v0.0.4...HEAD +[Unreleased]: https://github.com/bnason-nf/findallinfile/compare/v0.0.6...HEAD +[0.0.6]: https://github.com/bnason-nf/findallinfile/compare/v0.0.5...v0.0.6 +[0.0.5]: https://github.com/bnason-nf/findallinfile/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/bnason-nf/findallinfile/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/bnason-nf/findallinfile/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/bnason-nf/findallinfile/compare/v0.0.1...v0.0.2 diff --git a/package.json b/package.json index 1863724..7f649d6 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.0.5", + "version": "0.0.6", "keywords": [ "find", "findall",