From 49f7b850325720a3b6275c4639b6d85ca1fa96e9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 24 Mar 2023 12:32:21 +0000 Subject: [PATCH] chore(release): 1.4.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d90be6..317d80f 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.3](https://github.com/PeculiarVentures/webcrypto/compare/v1.4.2...v1.4.3) (2023-03-24) + + +### Bug Fixes + +* type declaration for Crypto ([335c2cb](https://github.com/PeculiarVentures/webcrypto/commit/335c2cb45236a4832b4b5cccb869f19f458bfc2b)) + ### [1.4.2](https://github.com/PeculiarVentures/webcrypto/compare/v1.4.0...v1.4.2) (2023-03-21) diff --git a/package.json b/package.json index 50810b1..835fc44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@peculiar/webcrypto", - "version": "1.4.2", + "version": "1.4.3", "description": "A WebCrypto Polyfill for NodeJS", "repository": { "type": "git",