Skip to content

Commit

Permalink
chore(main): release 1.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
googleworkspace-bot committed Dec 14, 2023
1 parent f57c727 commit f1fb022
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.43.1](https://github.com/googleworkspace/apps-script-oauth2/compare/v1.43.0...v1.43.1) (2023-12-14)


### Bug Fixes

* **basecamp:** type parameter ([#427](https://github.com/googleworkspace/apps-script-oauth2/issues/427)) ([9499dba](https://github.com/googleworkspace/apps-script-oauth2/commit/9499dba62922538cb65f28cdfbefa5848e9aaa09))
* 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))
* **Twitter:** Use builtin code verifier capability ([#457](https://github.com/googleworkspace/apps-script-oauth2/issues/457)) ([f57c727](https://github.com/googleworkspace/apps-script-oauth2/commit/f57c727da61be0c51e12a465368bb669216996ff))

## [1.43.0](https://github.com/googleworkspace/apps-script-oauth2/compare/v1.42.1...v1.43.0) (2022-12-01)


Expand Down
4 changes: 2 additions & 2 deletions 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": "apps-script-oauth2",
"version": "1.43.0",
"version": "1.43.1",
"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.",
"repository": {
"type": "git",
Expand Down

0 comments on commit f1fb022

Please sign in to comment.