Skip to content

Commit

Permalink
chore: release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Jan 29, 2025
1 parent d616798 commit 4e8c88d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [5.0.0](https://github.com/node-opcua/node-opcua-pki/compare/4.18.0...5.0.0)

- BREAKING CHANGE: remove callback support to favor async/await [`85a6262`](https://github.com/node-opcua/node-opcua-pki/commit/85a6262d05a15e5ddf007eac78279582c2d1a908)
- chore: formatting [`4e0af65`](https://github.com/node-opcua/node-opcua-pki/commit/4e0af65d6d576a2b8f0f6b07d9f27de440fcd382)
- update copyright year [`6eadac5`](https://github.com/node-opcua/node-opcua-pki/commit/6eadac5e5d2ff0f80cab8e3df174ec05971e0fd4)

#### [4.18.0](https://github.com/node-opcua/node-opcua-pki/compare/4.17.0...4.18.0)

- .adjust release-it.json [`094a11e`](https://github.com/node-opcua/node-opcua-pki/commit/094a11e430ce0285b595d47e63daa2deacc8a4d7)
> 16 December 2024
- chore: release v4.18.0 [`65ef098`](https://github.com/node-opcua/node-opcua-pki/commit/65ef0986a9e8937fb5d7d2ae3ed68649875ca09c)
- replace deprecate string.substr with string.substring [`735ebe3`](https://github.com/node-opcua/node-opcua-pki/commit/735ebe322089c380321e39d16b60a440d3487fef)
- buildIdealCertificateName now replace / or \ with _ to avoid building invalid filename from certificate CN [`20aee24`](https://github.com/node-opcua/node-opcua-pki/commit/20aee24f1a3a0950cb206aa9570ba6b6b8f16a97)

#### [4.17.0](https://github.com/node-opcua/node-opcua-pki/compare/4.16.0...4.17.0)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-opcua-pki",
"version": "4.18.0",
"version": "5.0.0",
"description": "PKI management for node-opcua",
"type": "commonjs",
"main": "./dist/lib/index.js",
Expand Down

0 comments on commit 4e8c88d

Please sign in to comment.