diff --git a/CHANGELOG.md b/CHANGELOG.md index 974bb33..dfa9f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [1.0.1] - 2022-10-14 +### Changed +- Rename action to "PR Automator" (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul) via [#27](https://github.com/10up/action-pr-automator/pull/27)) + +### Security +- Bump `@octokit/action` from 4.0.8 to 4.0.9 (props [@dependabot](https://github.com/apps/dependabot) via [#25](https://github.com/10up/action-pr-automator/pull/25)). +- Bump `actions/setup-node` from 3.5.0 to 3.5.1 (props [@dependabot](https://github.com/apps/dependabot) via [#26](https://github.com/10up/action-pr-automator/pull/26)). + ## [1.0.0] - 2022-10-14 ### Added - Initial project release 🎉 diff --git a/package-lock.json b/package-lock.json index 3066d8a..4c7c965 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "10up/action-pr-automator", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "10up/action-pr-automator", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 9fcff26..072591e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "10up/action-pr-automator", - "version": "1.0.0", + "version": "1.0.1", "description": "GitHub Action to automate some common PR operations and validate PR description, changelog and credits.", "keywords": [ "GitHub",