Skip to content

Commit

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


##
[1.4.2](v1.4.1...v1.4.2)
(2024-08-20)


### Dependencies

* bump valibot from 0.37.0 to 0.38.0
([#195](#195))
([4b8f3d7](4b8f3d7))
* lock file maintenance
([#190](#190))
([9252eb9](9252eb9))

---
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>
  • Loading branch information
mazi-release[bot] authored Aug 21, 2024
1 parent 4b8f3d7 commit 87b4d29
Show file tree
Hide file tree
Showing 4 changed files with 12 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.4.1"
".": "1.4.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.4.2](https://github.com/4m-mazi/souji-action/compare/v1.4.1...v1.4.2) (2024-08-20)


### Dependencies

* bump valibot from 0.37.0 to 0.38.0 ([#195](https://github.com/4m-mazi/souji-action/issues/195)) ([4b8f3d7](https://github.com/4m-mazi/souji-action/commit/4b8f3d70dd23262a7796d23e7643b10e21116e76))
* lock file maintenance ([#190](https://github.com/4m-mazi/souji-action/issues/190)) ([9252eb9](https://github.com/4m-mazi/souji-action/commit/9252eb972d88d85442896282cbb28ab6addb51a6))

## [1.4.1](https://github.com/4m-mazi/souji-action/compare/v1.4.0...v1.4.1) (2024-08-12)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
permissions:
actions: write
contents: read
uses: 4m-mazi/souji-action/.github/workflows/[email protected].1
uses: 4m-mazi/souji-action/.github/workflows/[email protected].2
with:
branch-names: ${{ inputs.branchNames }}
```
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
actions: write
steps:
- name: Cleanup
uses: 4m-mazi/[email protected].1
uses: 4m-mazi/[email protected].2
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.4.1",
"version": "1.4.2",
"author": "",
"private": true,
"repository": {
Expand Down

0 comments on commit 87b4d29

Please sign in to comment.