diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 96f1cd9..9049e2f 100644 --- a/.github/files/release-please/.release-please-manifest.json +++ b/.github/files/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bf06ae6..84a5f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.3.1](https://github.com/4m-mazi/souji-action/compare/v1.3.0...v1.3.1) (2024-07-05) + + +### Dependencies + +* bump valibot from 0.30.0 to 0.32.0 ([#95](https://github.com/4m-mazi/souji-action/issues/95)) ([36d17d1](https://github.com/4m-mazi/souji-action/commit/36d17d1e01135a3d8dc391ed66abd6b6c1f4eb5b)) +* bump valibot from 0.32.0 to v0.35.0 ([#121](https://github.com/4m-mazi/souji-action/issues/121)) ([89486d7](https://github.com/4m-mazi/souji-action/commit/89486d7bf1a6cd0e6bd0429d424911b6b5287559)) +* pin dependencies ([#107](https://github.com/4m-mazi/souji-action/issues/107)) ([ef6ea11](https://github.com/4m-mazi/souji-action/commit/ef6ea11cf69445a19b2dba581582d9c13e4ac527)) + ## [1.3.0](https://github.com/4m-mazi/souji-action/compare/v1.2.0...v1.3.0) (2024-04-21) diff --git a/README.md b/README.md index f4ebdd9..2292764 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ jobs: actions: write steps: - name: Cleanup - uses: 4m-mazi/souji-action@v1.3.0 + uses: 4m-mazi/souji-action@v1.3.1 with: branch-names: ${{ inputs.branchNames }} ``` diff --git a/package.json b/package.json index c4afc28..c8b991e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "souji-action", "description": "Clean up the GitHub Action cache", - "version": "1.3.0", + "version": "1.3.1", "author": "", "private": true, "repository": {