Skip to content

Commit 2e9cbf1

Browse files
committed
Release 4.1.0
1 parent 06cab68 commit 2e9cbf1

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## v4.1.0 (2023-07-28)
4+
5+
### 💣 Major Changes
6+
7+
- [**bug**] [**breaking-change**] Fix `pemToDer()` return type [#364](https://github.com/node-saml/xml-crypto/pull/364)
8+
9+
### ⚙️ Technical Tasks
10+
11+
- [**chore**] Improve exported typings [#367](https://github.com/node-saml/xml-crypto/pull/367)
12+
- [**chore**] Use stricter typing in tests [#366](https://github.com/node-saml/xml-crypto/pull/366)
13+
- [**chore**] Consistently reference `xmldom` [#365](https://github.com/node-saml/xml-crypto/pull/365)
14+
- [**chore**] Rename `findChilds()` to `findChildren()` [#363](https://github.com/node-saml/xml-crypto/pull/363)
15+
16+
---
17+
318
## v4.0.1 (2023-07-22)
419

520
### 🐛 Bug Fixes

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.1",
3+
"version": "4.1.0",
44
"private": false,
55
"description": "Xml digital signature and encryption library for Node.js",
66
"keywords": [

0 commit comments

Comments
 (0)