From cd64778cb083267037ef4e7fce7d003f45ab2575 Mon Sep 17 00:00:00 2001 From: Katie Redderson-Lear Date: Tue, 17 Sep 2024 18:07:21 -0700 Subject: [PATCH] Release 15.14.2 (#865) * changelog * Bump cli, core, schema 15.14.1 -> 15.14.2 * ts update --- CHANGELOG.md | 20 ++++ docs/index.html | 6 +- example-apps/babel/package.json | 2 +- example-apps/basic-auth/package.json | 2 +- example-apps/callback/package.json | 2 +- example-apps/create/package.json | 2 +- example-apps/custom-auth/package.json | 2 +- example-apps/digest-auth/package.json | 2 +- example-apps/dynamic-dropdown/package.json | 2 +- example-apps/files/package.json | 2 +- example-apps/github/package.json | 2 +- example-apps/middleware/package.json | 2 +- example-apps/minimal/package.json | 2 +- example-apps/oauth1-trello/package.json | 2 +- example-apps/oauth1-tumblr/package.json | 2 +- example-apps/oauth1-twitter/package.json | 2 +- example-apps/oauth2/package.json | 2 +- example-apps/onedrive/package.json | 2 +- example-apps/resource/package.json | 2 +- example-apps/rest-hooks/package.json | 2 +- example-apps/search-or-create/package.json | 2 +- example-apps/search/package.json | 2 +- example-apps/session-auth/package.json | 2 +- example-apps/trigger/package.json | 2 +- example-apps/typescript/package.json | 2 +- packages/cli/README.md | 6 +- packages/cli/docs/index.html | 6 +- packages/cli/package.json | 2 +- packages/core/package.json | 4 +- packages/core/types/zapier.generated.d.ts | 2 +- packages/schema/docs/build/schema.md | 112 ++++++++++----------- packages/schema/exported-schema.json | 2 +- packages/schema/package.json | 2 +- 33 files changed, 114 insertions(+), 94 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 384133cb7..e25e654be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 15.14.2 + +_released `2024-09-17`_ + +### cli + +None! + +### core + +- :bug: Ensure censoring of OAuth1 tokens in HTTP logs ([#864](https://github.com/zapier/zapier-platform/pull/864)) + +### schema + +None! + +### misc + +None! + ## 15.14.1 _released `2024-09-12`_ diff --git a/docs/index.html b/docs/index.html index 4e77799a7..25ae9c25d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -431,7 +431,7 @@

  • Latest CLI Docs
  • Latest CLI Reference
  • Latest Schema Docs
  • -

    Our code is updated frequently. To see a full list of changes, look no further than the CHANGELOG.

    This doc describes the latest CLI version (15.14.1), as of this writing. If you're using an older version of the CLI, you may want to check out these historical releases:

    Our code is updated frequently. To see a full list of changes, look no further than the CHANGELOG.

    This doc describes the latest CLI version (15.14.2), as of this writing. If you're using an older version of the CLI, you may want to check out these historical releases:

    Our code is updated frequently. To see a full list of changes, look no further than the CHANGELOG.

    This doc describes the latest CLI version (15.14.1), as of this writing. If you're using an older version of the CLI, you may want to check out these historical releases:

    Our code is updated frequently. To see a full list of changes, look no further than the CHANGELOG.

    This doc describes the latest CLI version (15.14.2), as of this writing. If you're using an older version of the CLI, you may want to check out these historical releases: