From b26d67e0fdb47ce2f602316bbc81d9bc66024522 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Mar 2024 12:50:55 +0000 Subject: [PATCH] chore(release): 1.4.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 139edef..22d8195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.4.6](https://github.com/PeculiarVentures/webcrypto/compare/v1.4.5...v1.4.6) (2024-03-29) + + +### Bug Fixes + +* pass tag length for aes decipher ([870ebef](https://github.com/PeculiarVentures/webcrypto/commit/870ebefe7b65da6f1db3ddb8d3539ec88a0ebb4a)) + ### [1.4.5](https://github.com/PeculiarVentures/webcrypto/compare/v1.4.4...v1.4.5) (2024-01-22) ### [1.4.4](https://github.com/PeculiarVentures/webcrypto/compare/v1.4.3...v1.4.4) (2024-01-16) diff --git a/package.json b/package.json index e81cf41..5107e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@peculiar/webcrypto", - "version": "1.4.5", + "version": "1.4.6", "description": "A WebCrypto Polyfill for NodeJS", "repository": { "type": "git",