Skip to content

Commit

Permalink
chore(master): release 6.0.0 (#518)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 31, 2022
1 parent 99dbb66 commit a1b1d7e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport",
"version": "5.4.2",
"version": "6.0.0",
"private": true,
"nyc": {
"all": true,
Expand Down

0 comments on commit a1b1d7e

Please sign in to comment.