Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add 2024-04-29 for compatibility date
Browse files Browse the repository at this point in the history
sor4chi committed May 6, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 1704625 commit 254bef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/schema/src/inheritable-keys/capability.ts
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ import { z } from "zod";

// ref: https://developers.cloudflare.com/workers/configuration/compatibility-dates
export const compatibilityDateSchema = z.enum([
"2024-04-29",
"2024-04-03",
"2024-04-01",
"2024-03-26",

0 comments on commit 254bef6

Please sign in to comment.