Skip to content

Commit 83cac21

Browse files
author
A.P.A. Slaa
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # package.json
2 parents ef085c3 + 47f53f4 commit 83cac21

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.1](https://github.com/SourceRegistry/node-openssl/compare/v1.0.0...v1.0.1) (2025-08-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **npm:** added examples and fixed mismatch in package.json ([aa70b63](https://github.com/SourceRegistry/node-openssl/commit/aa70b63d803eb55791458fb1cfb39ae13bf8917a))
7+
18
# 1.0.0 (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.0",
3+
"version": "1.0.1",
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)