Skip to content

Commit 3cda153

Browse files
committed
release: 21.12.1
1 parent a4c0f15 commit 3cda153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2024-12-15
19+
Change Date: 2024-12-16
2020

2121
Change License: Apache License, Version 2.0
2222

src/gatsby/utils/resolveOpenAPI.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { promises as fs } from "fs";
33

44
// SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
55
// DO NOT change variable name unless you change it in the sentry-docs GHA workflow in getsentry/sentry-api-schema.
6-
const SENTRY_API_SCHEMA_SHA = "913d9d16e8b4be5022682ce387abdf7038ea4d41"
6+
const SENTRY_API_SCHEMA_SHA = "9c4c1db4c1ea42184b34b81b467e16ca1b4eb176"
77

88
const activeEnv =
99
process.env.GATSBY_ENV || process.env.NODE_ENV || "development";

0 commit comments

Comments
 (0)