Skip to content

Commit a990514

Browse files
author
github-actions
committed
chore(release): 2.7.0
1 parent d1d7747 commit a990514

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [2.7.0](https://github.com/PeculiarVentures/node-webcrypto-p11/compare/v2.6.7...v2.7.0) (2025-01-22)
6+
7+
8+
### Features
9+
10+
* Implement RSAES-PKCS1-v1_5 provider for encryption and decryption ([4a49732](https://github.com/PeculiarVentures/node-webcrypto-p11/commit/4a4973242fa8773b91837205480142275d685831))
11+
512
### [2.6.7](https://github.com/PeculiarVentures/node-webcrypto-p11/compare/v2.6.6...v2.6.7) (2024-10-11)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-webcrypto-p11",
3-
"version": "2.6.7",
3+
"version": "2.7.0",
44
"description": "A WebCrypto Polyfill built on PKCS11",
55
"main": "build/index.js",
66
"module": "build/index.es.js",

0 commit comments

Comments
 (0)