Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Apr 15, 2024
1 parent d9b91f2 commit 94a931c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [v1.1.1](https://github.com/AlecRust/wp-tut-updater-action/releases/tag/v1.1.1)

> 15 April 2024
- Add husky/lint-staged [`d9b91f2`](https://github.com/AlecRust/wp-tut-updater-action/commit/d9b91f299c379c8656c18e0c750a40a9bab4282c)
- Fix Git author not set when committing directly [`38d9cf1`](https://github.com/AlecRust/wp-tut-updater-action/commit/38d9cf1e75584c6276f358171534fd6c09487ecd)
- Tidy README [`64b82a0`](https://github.com/AlecRust/wp-tut-updater-action/commit/64b82a0339bb51512b76b5b3734312b9b5d6c32c)

## [v1.1.0](https://github.com/AlecRust/wp-tut-updater-action/releases/tag/v1.1.0)

> 14 April 2024
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v4

- name: Update "Tested up to" version
uses: AlecRust/wp-tut-updater-action@v1.1.0
uses: AlecRust/wp-tut-updater-action@v1.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -54,7 +54,7 @@ file:

```yaml
- name: Update "Tested up to" version
uses: AlecRust/wp-tut-updater-action@v1.1.0
uses: AlecRust/wp-tut-updater-action@v1.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -68,7 +68,7 @@ Optionally the action can commit directly to your default branch by setting

```yaml
- name: Update "Tested up to" version
uses: AlecRust/wp-tut-updater-action@v1.1.0
uses: AlecRust/wp-tut-updater-action@v1.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
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,7 +1,7 @@
{
"name": "wp-tut-updater-action",
"description": "Automate updating your WordPress plugin/theme \"Tested up to\" version.",
"version": "1.1.0",
"version": "1.1.1",
"author": "Alec Rust (https://www.alecrust.com/)",
"private": true,
"homepage": "https://github.com/AlecRust/wp-tut-updater-action",
Expand Down

0 comments on commit 94a931c

Please sign in to comment.