Skip to content

Commit e36f1fd

Browse files
committed
chore: release v6.16.0
1 parent ebc4711 commit e36f1fd

5 files changed

Lines changed: 25 additions & 3 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.16.0](https://github.com/node-opcua/node-opcua-pki/compare/v6.15.0...v6.16.0) (2026-05-12)
7+
8+
9+
### Features
10+
11+
* **ca:** support sub-day validity via validityMs + getCapabilities() ([ebc4711](https://github.com/node-opcua/node-opcua-pki/commit/ebc4711c56b345807baa7103c62bcd93002ec61f))
12+
13+
14+
15+
16+
617
# [6.15.0](https://github.com/node-opcua/node-opcua-pki/compare/v6.14.0...v6.15.0) (2026-05-12)
718

819

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.15.0",
3+
"version": "6.16.0",
44
"npmClient": "npm",
55
"command": {
66
"version": {

package-lock.json

Lines changed: 1 addition & 1 deletion
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.16.0](https://github.com/node-opcua/node-opcua-pki/compare/v6.15.0...v6.16.0) (2026-05-12)
7+
8+
9+
### Features
10+
11+
* **ca:** support sub-day validity via validityMs + getCapabilities() ([ebc4711](https://github.com/node-opcua/node-opcua-pki/commit/ebc4711c56b345807baa7103c62bcd93002ec61f))
12+
13+
14+
15+
16+
617
# [6.15.0](https://github.com/node-opcua/node-opcua-pki/compare/v6.14.0...v6.15.0) (2026-05-12)
718

819

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.15.0",
3+
"version": "6.16.0",
44
"description": "PKI management for node-opcua",
55
"type": "commonjs",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)