Skip to content

Commit 28182fa

Browse files
committed
updated changelog and package version
1 parent 5c9767f commit 28182fa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [4.1.3](https://github.com/intuit/oauth-jsclient/tree/4.1.3)
410
#### Features
511
- None

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intuit-oauth",
3-
"version": "4.2",
3+
"version": "4.2.0",
44
"description": "Intuit Node.js client for OAuth2.0 and OpenIDConnect",
55
"main": "./src/OAuthClient.js",
66
"scripts": {

0 commit comments

Comments
 (0)