From ef5287d6c267c4eec9bdc6e273c42496f48256d2 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 14 Mar 2020 14:25:16 +0900 Subject: [PATCH] version 2.0.1 (#125) --- 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 8ca5fa1..2ba82e7 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.1] - 2020-03-14 + ### Security * update [acorn](https://www.npmjs.com/package/acorn) to 7.1.1 ([CVE-2020-7598](https://github.com/advisories/GHSA-7fhm-mqm4-2wp7)) @@ -95,7 +97,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.0...HEAD +[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.0.1...HEAD +[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 [1.6.4]: https://github.com/shimataro/ssh-key-action/compare/v1.6.3...v1.6.4 diff --git a/package-lock.json b/package-lock.json index 1e12496..f294cd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "install-ssh-key", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5c667b0..a6fde0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-ssh-key", - "version": "2.0.0", + "version": "2.0.1", "private": true, "description": "Install SSH key in .ssh", "main": "lib/main.js",