From 749d9908c2658d5f1e9ed723ec083f661151095f Mon Sep 17 00:00:00 2001 From: googleworkspace-bot <109114539+googleworkspace-bot@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:43:28 -0600 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..445c1a4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2022-08-02) + + +### Bug Fixes + +* 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)) diff --git a/package-lock.json b/package-lock.json index 03f2441..33ed526 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "apps-script-oauth1", - "version": "1.18.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.18.0", + "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { "del": "^7.0.0", diff --git a/package.json b/package.json index 7324c08..630c605 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apps-script-oauth1", - "version": "1.18.0", + "version": "1.0.0", "description": "OAuth1 for Apps Script is a library for Google Apps Script that provides the ability to create and authorize OAuth1 tokens. ", "repository": { "type": "git",