Skip to content

Commit

Permalink
Merge pull request #29 from 10up/release/1.0.1
Browse files Browse the repository at this point in the history
Release/1.0.1
  • Loading branch information
iamdharmesh authored Oct 14, 2022
2 parents 90ecaeb + 454b7e1 commit 1824cfe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🎉
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1824cfe

Please sign in to comment.