Skip to content

Commit

Permalink
Merge branch 'release/5.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansamines committed Jun 7, 2024
2 parents a15f090 + e19027c commit 8ca734c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 5.0.1

### Fixes
- [#440](https://github.com/lelylan/simple-oauth2/pull/440) Update `@hapi/hoek` to v11.x to avoid URL clonning issues

### Documentation
- [#430](https://github.com/lelylan/simple-oauth2/pull/430) Update `authorizeURL` docs with a custom param example
- [#421](https://github.com/lelylan/simple-oauth2/pull/421) Fix typo on API.md
- [#422](https://github.com/lelylan/simple-oauth2/pull/422) Improve jsdocs
- [#409](https://github.com/lelylan/simple-oauth2/pull/409) Remove build badge

## 5.0.0

### New features
Expand Down
2 changes: 1 addition & 1 deletion 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": "simple-oauth2",
"version": "5.0.0",
"version": "5.0.1",
"support": true,
"description": "Node.js client for OAuth2",
"author": "Andrea Reginato <andrea.reginato@gmail.com>",
Expand Down

0 comments on commit 8ca734c

Please sign in to comment.