Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Jan 26, 2024
1 parent 627d83f commit 0ed7ab2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog

## 5.1.1 (2024-01-17)
## 6.0.0 (2024-01-26)

### 💣 Major Changes

- [**breaking-change**] Set `getCertFromKeyInfo` to `noop` [#445](https://github.com/node-saml/xml-crypto/pull/445)

### 🔗 Dependencies

- [**dependencies**] [**github_actions**] Bump github/codeql-action from 2 to 3 [#434](https://github.com/node-saml/xml-crypto/pull/434)

### 📚 Documentation

- [**documentation**] Chore: Update README.md [#432](https://github.com/node-saml/xml-crypto/pull/432)

---

## v5.1.1 (2024-01-17)

### 🐛 Bug Fixes

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": "xml-crypto",
"version": "5.1.1",
"version": "6.0.0",
"private": false,
"description": "Xml digital signature and encryption library for Node.js",
"keywords": [
Expand Down

0 comments on commit 0ed7ab2

Please sign in to comment.