From 2a830f22ca8077d50a34fd09d0861fe07f627293 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 12 Apr 2020 10:07:19 +0900 Subject: [PATCH] version 2.0.2 --- CHANGELOG.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9decf95..5f599d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.0.2] - 2020-04-12 + ### Security * update [minimist](https://www.npmjs.com/package/minimist) to 1.2.5 ([CVE-2020-7598](https://github.com/advisories/GHSA-vh95-rmgr-6w4m)) @@ -101,7 +103,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * First release. -[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.0.1...HEAD +[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.0.2...HEAD +[2.0.2]: https://github.com/shimataro/ssh-key-action/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/shimataro/ssh-key-action/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/shimataro/ssh-key-action/compare/v1.6.5...v2.0.0 [1.6.5]: https://github.com/shimataro/ssh-key-action/compare/v1.6.4...v1.6.5 diff --git a/package-lock.json b/package-lock.json index 1d4fcd5..764cfe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "install-ssh-key", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6d9a2c9..7375b21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-ssh-key", - "version": "2.0.1", + "version": "2.0.2", "private": true, "description": "Install SSH key in .ssh", "main": "lib/main.js",