Skip to content

Commit ea95680

Browse files
chore(main): release 1.19.0
1 parent e91e727 commit ea95680

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 1.19.0 (2022-10-03)
4+
5+
6+
### Bug Fixes
7+
8+
* prevent samples from leaking OAuth client ID + Secret to users ([#54](https://github.com/googleworkspace/apps-script-oauth1/issues/54)) ([0673b8a](https://github.com/googleworkspace/apps-script-oauth1/commit/0673b8ac33f03dfc80c6a09f73be20a26f797e42))
9+
* Quote guard expression to fix yaml parsing issue ([e3ae641](https://github.com/googleworkspace/apps-script-oauth1/commit/e3ae6414f1875b1957e2d11f0d266215d2cff5f2))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apps-script-oauth1",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"description": "OAuth1 for Apps Script is a library for Google Apps Script that provides the ability to create and authorize OAuth1 tokens. ",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)