From e95c128688329c3dee949cf24ef3f8505dd30d0f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 22 Jan 2024 23:51:43 +0000 Subject: [PATCH] chore(release): 1.4.5 --- CHANGELOG.md | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5b198..139edef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.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 8f8548f..eb03549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@peculiar/webcrypto", - "version": "1.4.4", + "version": "1.4.5", "description": "A WebCrypto Polyfill for NodeJS", "repository": { "type": "git", @@ -101,4 +101,4 @@ ], "spec": "test/**/*.ts" } -} \ No newline at end of file +}