We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c9c70 commit d07f655Copy full SHA for d07f655
2 files changed
βCHANGELOG.mdβ
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## [3.2.1]
4
+
5
+* [signer-p12] Fixed JSDoc on the sign() method.
6
7
## [3.2.0]
8
9
* [utils] Introduced `convertBuffer()` to allow inputs as `Buffer`, `Uint8Array` or `string`;
βpackages/signer-p12/package.jsonβ
@@ -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",
0 commit comments