diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a81176..7a86bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [unreleased] +## [1.1.3] - 2021-05-10 + +- Update package dependencies for security issues + ## [1.1.2] - 2021-02-22 - Switch to es2020 for tslib fix @@ -119,7 +123,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.2...HEAD +[unreleased]: https://github.com/bnason-nf/findallinfile/compare/v1.1.3...HEAD +[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 [1.1.0]: https://github.com/bnason-nf/findallinfile/compare/v1.0.0...v1.1.0 diff --git a/package-lock.json b/package-lock.json index 9e690db..b783252 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "findallinfile", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b0b3a7c..dd544b5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%displayName%", "description": "%description%", "icon": "data/icon.png", - "version": "1.1.2", + "version": "1.1.3", "keywords": [ "find", "findall",