diff --git a/CHANGELOG.md b/CHANGELOG.md index 230623b..035b61d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v3.1.0 +- [Use @actions/core `saveState` and `getState`](https://github.com/actions/checkout/pull/939) +- [Add `github-server-url` input](https://github.com/actions/checkout/pull/922) + ## v3.0.2 - [Add input `set-safe-directory`](https://github.com/actions/checkout/pull/770) diff --git a/package-lock.json b/package-lock.json index 8337c2b..2870934 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "checkout", - "version": "2.0.2", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0ffc484..d305679 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkout", - "version": "2.0.2", + "version": "3.1.0", "description": "checkout action", "main": "lib/main.js", "scripts": {