From 12ebc47e2273cda17ec23ced619eb9324c6581a9 Mon Sep 17 00:00:00 2001 From: shimataro Date: Thu, 19 Sep 2019 07:16:37 +0900 Subject: [PATCH] * update version * update CHANGELOG --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 526eafe..48998b4 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] +## [1.1.0] + ### Others * Support Visual Studio Code officially. @@ -16,5 +18,6 @@ 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/v1.0.0...HEAD +[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/shimataro/ssh-key-action/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/shimataro/ssh-key-action/compare/8deacc95b1ee5732107e56baa4c8aac4c386ef7e...v1.0.0 diff --git a/package.json b/package.json index 85120b0..319fef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-install-ssh-key", - "version": "1.0.0", + "version": "1.1.0", "private": true, "description": "Install SSH key to .ssh for GitHub Actions", "main": "lib/main.js",