Skip to content

Commit cf8f7d9

Browse files
chore(main): release 1.43.1
1 parent 91d7aa3 commit cf8f7d9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [1.43.1](https://github.com/googleworkspace/apps-script-oauth2/compare/v1.43.0...v1.43.1) (2023-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Dropbox sample not getting refresh token ([#435](https://github.com/googleworkspace/apps-script-oauth2/issues/435)) ([91d7aa3](https://github.com/googleworkspace/apps-script-oauth2/commit/91d7aa320dd15760417c43628944b5b5b8cf0778))
9+
310
## [1.43.0](https://github.com/googleworkspace/apps-script-oauth2/compare/v1.42.1...v1.43.0) (2022-12-01)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apps-script-oauth2",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "OAuth2 for Apps Script is a library for Google Apps Script that provides the ability to create and authorize OAuth2 tokens as well as refresh them when they expire.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)