From d07f65520eb2253fa366f1d2f01ca50ae0a0a3a9 Mon Sep 17 00:00:00 2001 From: Valery Buchinsky Date: Mon, 29 Jan 2024 10:15:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[signer-p12]=203.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ packages/signer-p12/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e42a0d3..6391fb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`; diff --git a/packages/signer-p12/package.json b/packages/signer-p12/package.json index 1fab55d0..a5c7645e 100644 --- a/packages/signer-p12/package.json +++ b/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",