Skip to content

Commit

Permalink
Bump version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darioackermann committed Dec 29, 2024
1 parent c70c137 commit 9f485e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 6.0.0

**Breaking change**: Node >= 18 is required now.

- chore: Update ncy to ^17.0.0

# 5.0.0

- **Breaking change**: Only Node >= 16 supported due to dependency updates
- chores: Dependency updates and internal changes due to changed apis
- chores: Dependency updates and internal changes due to changed apis
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@darioackermann/saml2-js",
"version": "5.0.0",
"version": "6.0.0",
"description": "SAML 2.0 node helpers",
"author": "darioackermann",
"license": "Apache-2.0",
"main": "index.js",
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"build": "coffee --bare -c -o lib-js lib",
Expand Down

0 comments on commit 9f485e8

Please sign in to comment.