Skip to content

Commit 5e70646

Browse files
committed
chore(release): 4.0.0
1 parent b03887a commit 5e70646

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## [4.0.0](https://github.com/auth0/node-xml-encryption/compare/v3.1.0...v4.0.0) (2026-03-31)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- Moving CBC algorithms to insecure. ([#123](https://github.com/auth0/node-xml-encryption/pull/123)) ([b03887a](https://github.com/auth0/node-xml-encryption/commit/b03887afab7313ad9d8513012fd943f0da2780fb))

package-lock.json

Lines changed: 2 additions & 2 deletions
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-encryption",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"devDependencies": {
55
"@commitlint/cli": "^20.3.1",
66
"@commitlint/config-conventional": "^20.3.1",

0 commit comments

Comments
 (0)