chore(release): 1.4.2

This commit is contained in:
github-actions 2023-03-21 19:13:32 +00:00
parent 07faa0f1b0
commit 3e22e86bef
2 changed files with 11 additions and 2 deletions

View File

@ -2,6 +2,15 @@
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.2](https://github.com/PeculiarVentures/webcrypto/compare/v1.4.0...v1.4.2) (2023-03-21)
### Bug Fixes
* disable DES-CBC for Node v18 ([1ebf900](https://github.com/PeculiarVentures/webcrypto/commit/1ebf9006e67102b16aada2e54d5a32419d8cc3b8))
* ECDH with null length ([48f5a8c](https://github.com/PeculiarVentures/webcrypto/commit/48f5a8c19d81732a89b897fad0e6ac0e084c6333))
* publish ([e2f61b8](https://github.com/PeculiarVentures/webcrypto/commit/e2f61b8b5619767a4bd82d91631a4a15e4e5de92))
## [1.4.0](https://github.com/PeculiarVentures/webcrypto/compare/v1.3.3...v1.4.0) (2022-05-12)

View File

@ -1,6 +1,6 @@
{
"name": "@peculiar/webcrypto",
"version": "1.4.1",
"version": "1.4.2",
"description": "A WebCrypto Polyfill for NodeJS",
"repository": {
"type": "git",
@ -101,4 +101,4 @@
],
"spec": "test/**/*.ts"
}
}
}