diff --git a/CHANGELOG.md b/CHANGELOG.md index b226073..4fdab48 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.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) ## [1.3.0](https://github.com/PeculiarVentures/webcrypto/compare/v1.2.3...v1.3.0) (2022-02-24) diff --git a/package.json b/package.json index 65f324e..3c26d03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@peculiar/webcrypto", - "version": "1.3.1", + "version": "1.3.2", "description": "A WebCrypto Polyfill for NodeJS", "repository": { "type": "git",