From 6b304aedf4920f0dfe6bb6504648d1e17948e195 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 12 May 2022 12:00:53 +0000 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d898985..ab35690 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.0](https://github.com/PeculiarVentures/webcrypto/compare/v1.3.3...v1.4.0) (2022-05-12) + + +### Features + +* implement SHA3 256/384/512 ([8b1347d](https://github.com/PeculiarVentures/webcrypto/commit/8b1347df434ba1d8d973e0c08d61c0dc54f38432)) + ### [1.3.3](https://github.com/PeculiarVentures/webcrypto/compare/v1.3.2...v1.3.3) (2022-03-25) diff --git a/package.json b/package.json index c0764ce..f0ffbdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@peculiar/webcrypto", - "version": "1.3.3", + "version": "1.4.0", "description": "A WebCrypto Polyfill for NodeJS", "repository": { "type": "git",