Skip to content

Commit 8b29cac

Browse files
committed
chore(release): 5.0.0
1 parent 27f0332 commit 8b29cac

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [5.0.0](https://github.com/auth0/node-samlp/compare/v4.0.1...v5.0.0) (2021-02-09)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Fix dependency security issues (#114)
11+
12+
* Fix dependency security issues ([#114](https://github.com/auth0/node-samlp/issues/114)) ([26bb934](https://github.com/auth0/node-samlp/commit/26bb9343b1e4893135f467709074a027ea69015a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "samlp",
3-
"version": "5.0.0-rc.1",
3+
"version": "5.0.0",
44
"description": "SAML Protocol server middleware",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)