Skip to content

Commit bb1d818

Browse files
author
A.P.A. Slaa
committed
Merge remote-tracking branch 'origin/main'
2 parents a7f01ba + e30f663 commit bb1d818

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/SourceRegistry/node-openssl/compare/v1.0.1...v1.0.2) (2025-08-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **npm:** added description to package.json ([ef085c3](https://github.com/SourceRegistry/node-openssl/commit/ef085c3bb48084d5a9b8394e91d9083665f376e5))
7+
18
## [1.0.1](https://github.com/SourceRegistry/node-openssl/compare/v1.0.0...v1.0.1) (2025-08-23)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceregistry/node-openssl",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A lightweight, promise-based TypeScript wrapper for executing OpenSSL CLI commands directly from Node.js, with rich buffer enhancements and a fluent, proxy-powered API.",
55
"main": "./dist/index.es.js",
66
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)