diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a86bb0..0093ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [unreleased] +## [1.1.4] - 2021-05-20 + +- Simplify results pane text +- Add highlighting of results +- Update package dependencies + ## [1.1.3] - 2021-05-10 - Update package dependencies for security issues @@ -123,7 +129,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/v1.1.3...HEAD +[unreleased]: https://github.com/bnason-nf/findallinfile/compare/v1.1.4...HEAD +[1.1.4]: https://github.com/bnason-nf/findallinfile/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/bnason-nf/findallinfile/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/bnason-nf/findallinfile/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/bnason-nf/findallinfile/compare/v1.1.0...v1.1.1 diff --git a/package-lock.json b/package-lock.json index 0a39c85..f9deba7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "findallinfile", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d0a92b..a2f1605 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%displayName%", "description": "%description%", "icon": "data/icon.png", - "version": "1.1.3", + "version": "1.1.4", "keywords": [ "find", "findall",