Skip to content

Commit 7ee7984

Browse files
committed
chore(release): 1.0.0
1 parent af34dcf commit 7ee7984

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.
44

5+
## [1.0.0](https://github.com/auth0/node-saml/compare/v0.15.0...v1.0.0) (2020-11-04)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* update xml-crypto and xmldom dependencies to fix sec issues
11+
* stop supporting node v4 and v8
12+
* xml-encryption major version bump, fix typo in config property
13+
from `keyEncryptionAlgorighm` to `keyEncryptionAlgorithm` consumed by
14+
new xml-encryption library version.
15+
16+
### Features
17+
18+
* fix sec issues with dependencies ([06acc02](https://github.com/auth0/node-saml/commit/06acc0238d7161c123f2f6924aa9f5984a5a2f32))
19+
* update xml-crypto and xmldom dependencies to fix sec issues ([772c30e](https://github.com/auth0/node-saml/commit/772c30e4333d0af0e783c163e371c49ec0386c23))
20+
21+
22+
* remove node v4 and v8 in travis configuration ([d8c62af](https://github.com/auth0/node-saml/commit/d8c62af972e6c6edbc052fafed749b254e73569c))
23+
524
## [0.15.0](https://github.com/auth0/node-saml/compare/v0.13.0...v0.15.0) (2020-10-01)
625

726

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saml",
3-
"version": "0.15.0",
3+
"version": "1.0.0",
44
"devDependencies": {
55
"@commitlint/cli": "^11.0.0",
66
"@commitlint/config-conventional": "^11.0.0",

0 commit comments

Comments
 (0)