diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b078fad..4d0a66e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ +## v3.0.0 (2022-08-30) +# +#### :boom: Breaking Change +* [#93](https://github.com/volta-cli/action/pull/93) Drop support for usage with Volta older than 1.0.0 ([@rwjblue](https://github.com/rwjblue)) +* [#75](https://github.com/volta-cli/action/pull/75) Output ESM into dist/ ([@rwjblue](https://github.com/rwjblue)) +* [#91](https://github.com/volta-cli/action/pull/91) Update action metadata to leverage Node 16 ([@rwjblue](https://github.com/rwjblue)) + +#### :rocket: Enhancement +* [#97](https://github.com/volta-cli/action/pull/97) Use `${{ github.token }}` to authenticate tool cache downloads ([@rwjblue](https://github.com/rwjblue)) +* [#98](https://github.com/volta-cli/action/pull/98) Allow explicitly specifying `openssl-version` (on self-hosted environments the `openssl` command may not be on `$PATH`) ([@scalvert](https://github.com/scalvert)) + +#### :bug: Bug Fix +* [#95](https://github.com/volta-cli/action/pull/95) Add `scope` to list of inputs ([@rwjblue](https://github.com/rwjblue)) + +#### :house: Internal +* [#46](https://github.com/volta-cli/action/pull/46) Update to npm@8 ([@rwjblue](https://github.com/rwjblue)) +* [#96](https://github.com/volta-cli/action/pull/96) Prevent test harness from defaulting to `./action` as default working directory ([@rwjblue](https://github.com/rwjblue)) +* [#92](https://github.com/volta-cli/action/pull/92) Migrate CI jobs to checkout `action` into subdirectory ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v3.0.0-beta.2 (2022-08-30) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index 9c7bc2c0..8930752f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@volta-cli/action", - "version": "3.0.0-beta.2", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@volta-cli/action", - "version": "3.0.0-beta.2", + "version": "3.0.0", "license": "MIT", "dependencies": { "@actions/github": "^5.0.3" diff --git a/package.json b/package.json index abaf9529..83c7faf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@volta-cli/action", - "version": "3.0.0-beta.2", + "version": "3.0.0", "private": true, "description": "Setup volta for usage in your CI runs", "keywords": [