Skip to content

Commit 6e6a8b0

Browse files
committed
Release 4.0.1
1 parent 1b0629e commit 6e6a8b0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v4.0.1 (2023-07-22)
4+
5+
### 🐛 Bug Fixes
6+
7+
- [**bug**] Use correct type for options [#360](https://github.com/node-saml/xml-crypto/pull/360)
8+
- [**bug**] Fix validationErrors type [#361](https://github.com/node-saml/xml-crypto/pull/361)
9+
10+
---
11+
312
## v4.0.0 (2023-07-21)
413

514
### 💣 Major Changes

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml-crypto",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": false,
55
"description": "Xml digital signature and encryption library for Node.js",
66
"keywords": [

0 commit comments

Comments
 (0)