diff --git a/.changeset/rename-people-category.md b/.changeset/rename-people-category.md new file mode 100644 index 0000000..0001908 --- /dev/null +++ b/.changeset/rename-people-category.md @@ -0,0 +1,5 @@ +--- +"@everipedia/iq-utils": major +--- + +Rename people_and_teams category to people diff --git a/src/schema/index.ts b/src/schema/index.ts index c0f4c8e..2343210 100644 --- a/src/schema/index.ts +++ b/src/schema/index.ts @@ -178,7 +178,7 @@ export const Tag = z.enum([ export type Tag = z.infer; export const Category = z.enum([ - "people_and_teams", + "people", "projects_and_protocols", "organizations", "cryptoassets",