chore(release): 1.3.0
This commit is contained in:
parent
7221414fbb
commit
88c2bf23de
|
@ -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))
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@peculiar/webcrypto",
|
"name": "@peculiar/webcrypto",
|
||||||
"version": "1.2.3",
|
"version": "1.3.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@peculiar/webcrypto",
|
"name": "@peculiar/webcrypto",
|
||||||
"version": "1.2.3",
|
"version": "1.3.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@peculiar/asn1-schema": "^2.0.44",
|
"@peculiar/asn1-schema": "^2.0.44",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@peculiar/webcrypto",
|
"name": "@peculiar/webcrypto",
|
||||||
"version": "1.2.3",
|
"version": "1.3.0",
|
||||||
"description": "A WebCrypto Polyfill for NodeJS",
|
"description": "A WebCrypto Polyfill for NodeJS",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Reference in New Issue