Skip to content

Commit 8ca734c

Browse files
Merge branch 'release/5.0.1'
2 parents a15f090 + e19027c commit 8ca734c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 5.0.1
4+
5+
### Fixes
6+
- [#440](https://github.com/lelylan/simple-oauth2/pull/440) Update `@hapi/hoek` to v11.x to avoid URL clonning issues
7+
8+
### Documentation
9+
- [#430](https://github.com/lelylan/simple-oauth2/pull/430) Update `authorizeURL` docs with a custom param example
10+
- [#421](https://github.com/lelylan/simple-oauth2/pull/421) Fix typo on API.md
11+
- [#422](https://github.com/lelylan/simple-oauth2/pull/422) Improve jsdocs
12+
- [#409](https://github.com/lelylan/simple-oauth2/pull/409) Remove build badge
13+
314
## 5.0.0
415

516
### New features

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-oauth2",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"support": true,
55
"description": "Node.js client for OAuth2",
66
"author": "Andrea Reginato <[email protected]>",

0 commit comments

Comments
 (0)