We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9767f commit 28182faCopy full SHA for 28182fa
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [4.2.0](https://github.com/intuit/oauth-jsclient/tree/4.2.0)
4
+#### Features
5
+- None (includes all minor releases and fixes since 4.1.0)
6
+#### Issues Fixed
7
+- [updated sync-protect package ref, test suite and enabled logs for the sample client](https://github.com/intuit/oauth-jsclient/pull/184)
8
+
9
## [4.1.3](https://github.com/intuit/oauth-jsclient/tree/4.1.3)
10
#### Features
11
- None
package.json
@@ -1,6 +1,6 @@
{
"name": "intuit-oauth",
- "version": "4.2",
+ "version": "4.2.0",
"description": "Intuit Node.js client for OAuth2.0 and OpenIDConnect",
"main": "./src/OAuthClient.js",
"scripts": {
0 commit comments