Skip to content

Commit

Permalink
Merge branch 'release/4.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansamines committed Jun 12, 2020
2 parents eb0747c + 1b7f51c commit 29e4001
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

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

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

## 4.0.0
### Breaking changes
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": "4.0.0",
"version": "4.1.0",
"description": "Node.js client for OAuth2",
"author": "Andrea Reginato <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 29e4001

Please sign in to comment.