Skip to content

Commit d5328d5

Browse files
release: Bump version for 1.3.2
1 parent 1b72824 commit d5328d5

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

5+
---
6+
## [1.3.2](https://github.com/ryancyq/github-signed-commit/compare/v1.3.1..v1.3.2) - 2026-05-12
7+
8+
### Bug Fixes
9+
10+
- binary file corruption ([#230](https://github.com/ryancyq/github-signed-commit/issues/230)) - ([1b72824](https://github.com/ryancyq/github-signed-commit/commit/1b72824b39e3bc464391d33f5fee563f66d62097)) - Ryan Chang
11+
12+
### Dependencies
13+
14+
- migrate from ncc to esbuild ([#229](https://github.com/ryancyq/github-signed-commit/issues/229)) - ([00de5a7](https://github.com/ryancyq/github-signed-commit/commit/00de5a767068d1174b56c7a9ddb071f46857ec6f)) - Ryan Chang
15+
516
---
617
## [1.3.1](https://github.com/ryancyq/github-signed-commit/compare/v1.3.0..v1.3.1) - 2026-05-12
718

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@ryancyq/github-signed-commit",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"description": "Create a signed commit with GitHub Actions",
66
"main": "dist/index.js",
77
"repository": {

0 commit comments

Comments
 (0)