diff --git a/CHANGELOG.md b/CHANGELOG.md index 367aa67..781bfba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.4] - 10-Jan-2023 + +### Changed +- Version bumps and security fix in dependencies + ## [1.1.3] - 28-Mar-2022 ### Changed @@ -32,6 +37,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Initial Release +[1.1.4]: https://github.com/AndrewLane/ssh-keygen2/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/AndrewLane/ssh-keygen2/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/AndrewLane/ssh-keygen2/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/AndrewLane/ssh-keygen2/compare/v1.1.0...v1.1.1 diff --git a/package-lock.json b/package-lock.json index 408c8ae..539858b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@andrewwlane/ssh-keygen2", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3350,4 +3350,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index a3b129a..ba04063 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@andrewwlane/ssh-keygen2", - "version": "1.1.3", + "version": "1.1.4", "description": "Automate ssh-keygen command for generating RSA keypairs", "main": "index.js", "dependencies": {}, @@ -37,4 +37,4 @@ "bugs": { "url": "https://github.com/AndrewLane/ssh-keygen2/issues" } -} +} \ No newline at end of file