Skip to content

Commit

Permalink
release: v1.4.0 (#131)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.4.0](v1.3.1...v1.4.0)
(2024-07-08)


### Features

* add reusable workflow
([#92](#92))
([5aa9096](5aa9096))


### Dependencies

* bump valibot from 0.35.0 to 0.36.0
([#126](#126))
([8ac7b8c](8ac7b8c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: mazi-release[bot] <157046322+mazi-release[bot]@users.noreply.github.com>
Co-authored-by: Mogyuchi <[email protected]>
  • Loading branch information
mazi-release[bot] and Mogyuchi authored Jul 8, 2024
1 parent 385ff6c commit 20f71e7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/files/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.1"
".": "1.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.4.0](https://github.com/4m-mazi/souji-action/compare/v1.3.1...v1.4.0) (2024-07-08)


### Features

* add reusable workflow ([#92](https://github.com/4m-mazi/souji-action/issues/92)) ([5aa9096](https://github.com/4m-mazi/souji-action/commit/5aa90962c07b2c76ecb57e9ca6e5672ac0d44370))


### Dependencies

* bump valibot from 0.35.0 to 0.36.0 ([#126](https://github.com/4m-mazi/souji-action/issues/126)) ([8ac7b8c](https://github.com/4m-mazi/souji-action/commit/8ac7b8c26c1e408ba2e1bea8be5b51ca0643b8ef))

## [1.3.1](https://github.com/4m-mazi/souji-action/compare/v1.3.0...v1.3.1) (2024-07-05)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
permissions:
actions: write
contents: read
uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@main
uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@v1.4.0
with:
branch-names: ${{ inputs.branchNames }}
```
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
actions: write
steps:
- name: Cleanup
uses: 4m-mazi/souji-action@v1.3.1
uses: 4m-mazi/souji-action@v1.4.0
with:
branch-names: ${{ inputs.branchNames }}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "souji-action",
"description": "Clean up the GitHub Action cache",
"version": "1.3.1",
"version": "1.4.0",
"author": "",
"private": true,
"repository": {
Expand Down

0 comments on commit 20f71e7

Please sign in to comment.