Skip to content

Commit

Permalink
🔖 [signer-p12] 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Jan 29, 2024
1 parent 91c9c70 commit d07f655
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## [3.2.1]

* [signer-p12] Fixed JSDoc on the sign() method.

## [3.2.0]

* [utils] Introduced `convertBuffer()` to allow inputs as `Buffer`, `Uint8Array` or `string`;
Expand Down
2 changes: 1 addition & 1 deletion packages/signer-p12/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signpdf/signer-p12",
"version": "3.2.0",
"version": "3.2.1",
"description": "Sign using a P12 certificate.",
"repository": {
"type": "git",
Expand Down

0 comments on commit d07f655

Please sign in to comment.