Skip to content

Commit 77bab45

Browse files
committed
chore: release v6.18.0
1 parent 0346b10 commit 77bab45

5 files changed

Lines changed: 25 additions & 45 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.18.0](https://github.com/node-opcua/node-opcua-pki/compare/v6.17.0...v6.18.0) (2026-06-24)
7+
8+
9+
### Bug Fixes
10+
11+
* replace wget-improved-2 with native fetch, detect system OpenSSL ([0346b10](https://github.com/node-opcua/node-opcua-pki/commit/0346b106d509cf5f484c5d7148e6447b46fddde6))
12+
13+
14+
15+
16+
617
# [6.17.0](https://github.com/node-opcua/node-opcua-pki/compare/v6.16.0...v6.17.0) (2026-05-13)
718

819
**Note:** Version bump only for package node-opcua-pki-project

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "6.17.0",
3+
"version": "6.18.0",
44
"npmClient": "npm",
55
"command": {
66
"version": {

package-lock.json

Lines changed: 1 addition & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node-opcua-pki/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.18.0](https://github.com/node-opcua/node-opcua-pki/compare/v6.17.0...v6.18.0) (2026-06-24)
7+
8+
9+
### Bug Fixes
10+
11+
* replace wget-improved-2 with native fetch, detect system OpenSSL ([0346b10](https://github.com/node-opcua/node-opcua-pki/commit/0346b106d509cf5f484c5d7148e6447b46fddde6))
12+
13+
14+
15+
16+
617
# [6.17.0](https://github.com/node-opcua/node-opcua-pki/compare/v6.16.0...v6.17.0) (2026-05-13)
718

819
**Note:** Version bump only for package node-opcua-pki

packages/node-opcua-pki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-opcua-pki",
3-
"version": "6.17.0",
3+
"version": "6.18.0",
44
"description": "PKI management for node-opcua",
55
"type": "commonjs",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)