Mirror: The spec-compliant minimum of client-side GraphQL.

chore: Fix changesets changelog generation

Changed files
+1 -1
scripts
+1 -1
scripts/changelog.js
···
config();
-
const REPO = '0no-co/wonka';
+
const REPO = '0no-co/graphql.web';
const SEE_LINE = /^See:\s*(.*)/i;
const TRAILING_CHAR = /[.;:]$/g;
const listFormatter = new Intl.ListFormat('en-US');