mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-21 16:50:50 +00:00
Prepare a 0.6.0 release
This commit is contained in:
parent
ea4c593dc9
commit
28cb4d8505
2 changed files with 5 additions and 3 deletions
|
@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## v0.6.0 [2022-10-11]
|
## v0.6.0 [2022-10-19]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Update node to node16
|
|
||||||
|
* Update the version of Node used by the action from 12 to 16 (https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/).
|
||||||
|
|
||||||
## v0.5.4 [2021-11-21]
|
## v0.5.4 [2021-11-21]
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "webfactory-action-ssh-agent",
|
"name": "webfactory-action-ssh-agent",
|
||||||
"repository": "git@github.com:webfactory/ssh-agent.git",
|
"repository": "git@github.com:webfactory/ssh-agent.git",
|
||||||
"description": "GitHub Action to set up ssh-agent with a private SSH key",
|
"description": "GitHub Action to set up ssh-agent with a private SSH key",
|
||||||
"version": "0.1.0",
|
"version": "0.6.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "webfactory GmbH <info@webfactory.de>",
|
"author": "webfactory GmbH <info@webfactory.de>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue