From ab68554332e1cd25963ff65ad9d7e402602dd828 Mon Sep 17 00:00:00 2001 From: Benbuck Nason Date: Sun, 21 Feb 2021 23:15:43 -0800 Subject: [PATCH] Update to 1.1.0 --- CHANGELOG.md | 10 ++++++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4128aa..5c2fb20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to the "findallinfile" extension will be documented in this The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [unreleased] + +## [1.1.0] - 2021-02-22 + +- Add persisted history to search dialog +- Update package dependencies ## [1.0.0] - 2020-12-18 @@ -106,7 +111,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.0.0...HEAD +[unreleased]: https://github.com/bnason-nf/findallinfile/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/bnason-nf/findallinfile/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/bnason-nf/findallinfile/compare/v0.9.3...v1.0.0 [0.9.3]: https://github.com/bnason-nf/findallinfile/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/bnason-nf/findallinfile/compare/v0.9.1...v0.9.2 diff --git a/package-lock.json b/package-lock.json index db3d64c..872d402 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "findallinfile", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5815cdb..4d897b4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%displayName%", "description": "%description%", "icon": "data/icon.png", - "version": "1.0.0", + "version": "1.1.0", "keywords": [ "find", "findall",