Skip to content

Commit 851f306

Browse files
committed
chore: do not bump versions on branches, removed changelog updates and npm version changes
1 parent 0d03f28 commit 851f306

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
11
# Changelog
22

33
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.1](https://github.com/auth0/node-samlp/compare/v5.0.0-rc.1...v5.0.1) (2021-01-28)
6-
7-
* switch id generation to id-generator library
8-
9-
### Bug Fixes
10-
11-
* build fix from merge ([24fa8be](https://github.com/auth0/node-samlp/commit/24fa8bee116379d95053fd4d74ad24dfdfc4ad42))
12-
13-
## [5.0.0-rc.1](https://github.com/auth0/node-samlp/compare/v4.0.1...v5.0.0-rc.1) (2021-01-22)
14-
15-
## [5.0.0-rc.0](https://github.com/auth0/node-samlp/compare/v4.0.0...v5.0.0-rc.0) (2021-01-22)
16-
17-
### ⚠ BREAKING CHANGES
18-
19-
* fix npm audit and library upgrades
20-
* remove ci for node v4, 6, 8, add 14
21-
22-
* fix npm audit and library upgrades ([a2688c7](https://github.com/auth0/node-samlp/commit/a2688c702792fba90db4e7c72c463b223498c127))
23-
* remove ci for node v4, 6, 8, add 14 ([3019b74](https://github.com/auth0/node-samlp/commit/3019b747a0b46f571d4b6a1b3227dec56e7a71d8))

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.1",
3+
"version": "5.0.0",
44
"description": "SAML Protocol server middleware",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)