From 2709b57872f926403fdd95787cc546f89c7357c0 Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Sun, 28 Jan 2024 12:52:29 +0700 Subject: [PATCH] chore(release): v0.0.7 (#26) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5e6237..923d8a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fajarkim/node-openssl-enc", - "version": "0.0.4", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fajarkim/node-openssl-enc", - "version": "0.0.4", + "version": "0.0.7", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index d908ad0..5b39796 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fajarkim/node-openssl-enc", - "version": "0.0.4", + "version": "0.0.7", "description": "A Node.js CLI tool and library for encryption and decryption with OpenSSL Enc.", "main": "index.js", "types": "index.d.ts",