Skip to content

Commit b5377ab

Browse files
committed
changelog
1 parent 1eced94 commit b5377ab

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3+
## 4.0.1
4+
5+
### Changed
6+
7+
- downgraded jest and babel-jest to ^23.6.0 in order to fix tests
8+
39
## 4.0.0
410

511
### Changed
612

7-
- Do not generate token expires_at in _storeAccessToken since it is sometimes used from outside, in tests for instance (even though it is supposed to be private)
13+
- Do not generate token expires_at in \_storeAccessToken since it is sometimes used from outside, in tests for instance (even though it is supposed to be private)
814
- [Breaking] throw new error types when oauth calls fail, they all wrap the originalError => InvalidGrantError, InvalidScopeError which both extend OauthError. Original error can be found at error.previousError. If it was an HttpError the response is at error.previousError.baseResponse
915

1016
## 3.2.1

0 commit comments

Comments
 (0)