From 75d4f9a453b66e527cfe9c266727abd05d446394 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 25 Mar 2022 07:42:10 +0000 Subject: [PATCH] chore(release): 1.3.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fdab48..d898985 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.3.3](https://github.com/PeculiarVentures/webcrypto/compare/v1.3.2...v1.3.3) (2022-03-25) + + +### Bug Fixes + +* remove @types/web ([a6eefa3](https://github.com/PeculiarVentures/webcrypto/commit/a6eefa34dcbcfe5ee59ff09d8c9b7273242b2ffe)) + ### [1.3.2](https://github.com/PeculiarVentures/webcrypto/compare/v1.3.1...v1.3.2) (2022-03-07) ### [1.3.1](https://github.com/PeculiarVentures/webcrypto/compare/v1.3.0...v1.3.1) (2022-03-02) diff --git a/package.json b/package.json index 751083c..d672331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@peculiar/webcrypto", - "version": "1.3.2", + "version": "1.3.3", "description": "A WebCrypto Polyfill for NodeJS", "repository": { "type": "git",