Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
- Closes #183. Addresses some issues with using the example in strict mode.
- Closes #231. Replaces Buffer() with Buffer.from().
- Closes #233. Uses underscore in a manner more compatible with TypeScript.
- Closes #238. Replaces body-parser with urlencoded() for express >=4.
- Adds maintenance notice.
  • Loading branch information
mcab committed Oct 15, 2022
1 parent 9e19c65 commit c197310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saml2-js",
"version": "3.0.1",
"version": "3.1.0",
"description": "SAML 2.0 node helpers",
"author": "Clever",
"license": "Apache-2.0",
Expand Down

0 comments on commit c197310

Please sign in to comment.