diff --git a/CHANGELOG.md b/CHANGELOG.md index 94bb1a7d..7cc05a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ +## v4.0.0 (2022-10-03) + +#### :boom: Breaking Change +* [#102](https://github.com/volta-cli/action/pull/102) Replace `openssl-version` configuration with `variant` ([@scalvert](https://github.com/scalvert)) + +#### :memo: Documentation +* [#104](https://github.com/volta-cli/action/pull/104) Add action-docs updater ([@rwjblue](https://github.com/rwjblue)) +* [#103](https://github.com/volta-cli/action/pull/103) Remove reference to https://volta.sh/latest-version in logging ([@rwjblue](https://github.com/rwjblue)) + +#### :rocket: Enhancement +* [#107](https://github.com/volta-cli/action/pull/107) Add `package-json-path` input to specify location of `package.json` ([@rwjblue](https://github.com/rwjblue)) + +#### :bug: Bug Fix +* [#110](https://github.com/volta-cli/action/pull/110) Fix for self-hoster runners (instead of relying on `RUNNER_TEMP`) ([@jeevcat](https://github.com/jeevcat)) +* [#111](https://github.com/volta-cli/action/pull/111) Fall back to downloading latest version from volta.sh on rate-limit ([@ZauberNerd](https://github.com/ZauberNerd)) +* [#115](https://github.com/volta-cli/action/pull/115) Add support for Volta 1.1.0 ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 4 +- Björn Brauer ([@ZauberNerd](https://github.com/ZauberNerd)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- Sam Jeeves ([@jeevcat](https://github.com/jeevcat)) +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v4.0.0-beta.4 (2022-10-03) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index 0917400b..1a9d30b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@volta-cli/action", - "version": "4.0.0-beta.4", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@volta-cli/action", - "version": "4.0.0-beta.4", + "version": "4.0.0", "license": "MIT", "devDependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index ed8adf0b..1720d36a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@volta-cli/action", - "version": "4.0.0-beta.4", + "version": "4.0.0", "private": true, "description": "Setup volta for usage in your CI runs", "keywords": [