From a1b1d7ebd7e3afced428856fe17feb8912d43316 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 21:29:48 -0300 Subject: [PATCH] chore(master): release 6.0.0 (#518) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67f9bbd..e6b5b45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. +## [6.0.0](https://github.com/GluuFederation/gluu-passport/compare/v5.4.2...v6.0.0) (2022-12-30) + + +### ⚠ BREAKING CHANGES + +* drop support to node 12 ([#520](https://github.com/GluuFederation/gluu-passport/issues/520)) +* remove deprecated passport-oxd +* remove unmantained passport-tumblr ([#517](https://github.com/GluuFederation/gluu-passport/issues/517)) + +### Bug Fixes + +* drop support to node 12 ([#520](https://github.com/GluuFederation/gluu-passport/issues/520)) ([99dbb66](https://github.com/GluuFederation/gluu-passport/commit/99dbb66d9c403ed274a272468bff83565d9ec540)) +* remove deprecated passport-oxd ([7625be6](https://github.com/GluuFederation/gluu-passport/commit/7625be60435b3a0115ebefb71a307220441a9ff3)), closes [#516](https://github.com/GluuFederation/gluu-passport/issues/516) +* remove unmantained passport-tumblr ([#517](https://github.com/GluuFederation/gluu-passport/issues/517)) ([04fdda0](https://github.com/GluuFederation/gluu-passport/commit/04fdda08bd38139400cb42ce219843f34e843110)), closes [#515](https://github.com/GluuFederation/gluu-passport/issues/515) + ## [5.4.2](https://github.com/GluuFederation/gluu-passport/compare/v5.4.1...v5.4.2) (2022-12-30) diff --git a/package-lock.json b/package-lock.json index 30028d6b..49a1f2ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passport", - "version": "5.4.2", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "passport", - "version": "5.4.2", + "version": "6.0.0", "license": "Apache2", "dependencies": { "@nicokaiser/passport-apple": "^2.0.0", diff --git a/package.json b/package.json index 9b95a0bf..e7991372 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport", - "version": "5.4.2", + "version": "6.0.0", "private": true, "nyc": { "all": true,