Skip to content

Commit 29e4001

Browse files
Merge branch 'release/4.1.0'
2 parents eb0747c + 1b7f51c commit 29e4001

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

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

3-
## Next
3+
## 4.1.0
44
### Improvements
5-
- Add support to refresh persitent access tokens
5+
- [#398](https://github.com/lelylan/simple-oauth2/pull/328) Add support to refresh persitent access tokens
66

77
### Maintainance
8-
- Remove usage of [date-fns](https://date-fns.org/) production dependency
9-
- Setup [volta](https://volta.sh/) instead of nvm to handle node versions
8+
- [#326](https://github.com/lelylan/simple-oauth2/pull/326) Remove usage of [date-fns](https://date-fns.org/) production dependency
9+
- [#325](https://github.com/lelylan/simple-oauth2/pull/325) Setup [volta](https://volta.sh/) instead of nvm to handle node versions
10+
- [#322](https://github.com/lelylan/simple-oauth2/pull/322) Update acorn version in package-lock file
1011

1112
## 4.0.0
1213
### Breaking changes

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": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Node.js client for OAuth2",
55
"author": "Andrea Reginato <andrea.reginato@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)