chore(release): 1.3.0

This commit is contained in:
github-actions 2022-02-24 20:52:20 +00:00
parent 7221414fbb
commit 88c2bf23de
3 changed files with 13 additions and 3 deletions

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
# Changelog
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.0](https://github.com/PeculiarVentures/webcrypto/compare/v1.2.3...v1.3.0) (2022-02-24)
### Features
* Support shake128 adn shake256 mechanisms ([cd5a451](https://github.com/PeculiarVentures/webcrypto/commit/cd5a451ba59618c736ed87dde1c68079bf9d3450))

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@peculiar/webcrypto",
"version": "1.2.3",
"version": "1.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@peculiar/webcrypto",
"version": "1.2.3",
"version": "1.3.0",
"license": "MIT",
"dependencies": {
"@peculiar/asn1-schema": "^2.0.44",

View File

@ -1,6 +1,6 @@
{
"name": "@peculiar/webcrypto",
"version": "1.2.3",
"version": "1.3.0",
"description": "A WebCrypto Polyfill for NodeJS",
"repository": {
"type": "git",