Skip to content

Commit

Permalink
chore: release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Jan 29, 2025
1 parent 6613e6e commit 157c08e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ 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)
#### [5.1.0](https://github.com/node-opcua/node-opcua-pki/compare/5.0.0...5.1.0)

- fix installation of openssl on windows [`4d21f2b`](https://github.com/node-opcua/node-opcua-pki/commit/4d21f2bf4eb7b9ea5b162bce87d9ceca6938d12b)
- remove tests certificates from packages [`6613e6e`](https://github.com/node-opcua/node-opcua-pki/commit/6613e6e419fd6261f05c1f27975e449a963cf88d)

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

> 29 January 2025
- 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)
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": "5.0.0",
"version": "5.1.0",
"description": "PKI management for node-opcua",
"type": "commonjs",
"main": "./dist/lib/index.js",
Expand Down

0 comments on commit 157c08e

Please sign in to comment.