From 9b6342443979b2fedff4c7b05076c5b01fe5a60d Mon Sep 17 00:00:00 2001 From: Andrew Lane Date: Thu, 1 Oct 2020 19:30:34 -0400 Subject: [PATCH] v1.1.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f571f..687a208 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.2] - 1-Oct-2020 + +### Changed +- Tweaking GitHub Actions (CI only) + ## [1.1.1] - 1-Oct-2020 ### Changed @@ -22,6 +27,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Initial Release +[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 [1.1.0]: https://github.com/AndrewLane/ssh-keygen2/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/AndrewLane/ssh-keygen2/releases/tag/v1.0.1 diff --git a/package-lock.json b/package-lock.json index 641590d..7922644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@andrewwlane/ssh-keygen2", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7a7495b..0807b40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@andrewwlane/ssh-keygen2", - "version": "1.1.1", + "version": "1.1.2", "description": "Automate ssh-keygen command for generating RSA keypairs", "main": "index.js", "dependencies": {},