Skip to content

Commit 33bb080

Browse files
release: v0.7.0
1 parent 79470e3 commit 33bb080

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [0.7.0](https://github.com/cmmvio/cmmv-encryptor/compare/v0.6.5...v0.7.0) (2025-02-20)
2+
3+
4+
### Bug Fixes
5+
6+
* eslint, cli ([e760c77](https://github.com/cmmvio/cmmv-encryptor/commit/e760c7744fb7d987c67d92252adf31728b20132c))
7+
* release ([79470e3](https://github.com/cmmvio/cmmv-encryptor/commit/79470e39bfe0123f17f7e865035b54fc7e38b19e))
8+
9+
10+
111
## [0.6.5](https://github.com/cmmvio/cmmv-encryptor/compare/v0.6.4...v0.6.5) (2025-01-24)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/encryptor",
3-
"version": "0.6.5",
3+
"version": "0.7.0",
44
"description": "Encryption module using elliptic curves (ECC) and AES-256-GCM for secure data encryption in CMMV and Node.js applications.",
55
"main": "./dist/cjs/main.js",
66
"module": "./dist/esm/main.js",

0 commit comments

Comments
 (0)