diff --git a/.changeset/tender-pugs-invite.md b/.changeset/tender-pugs-invite.md deleted file mode 100644 index 44b8c3ad..00000000 --- a/.changeset/tender-pugs-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'buzzkit': major ---- - -The first public release. One package with seven entry points: the server client, the browser client and its React hooks, webhook signing and verification, and the segment, workflow and source grammars. Entity types are held to the API by type-level parity assertions, every list pages the same way, and retries cover connection failures, timeouts, 429 and 5xx with jitter and Retry-After. diff --git a/packages/buzzkit/CHANGELOG.md b/packages/buzzkit/CHANGELOG.md new file mode 100644 index 00000000..052ec28e --- /dev/null +++ b/packages/buzzkit/CHANGELOG.md @@ -0,0 +1,7 @@ +# buzzkit + +## 1.0.0 + +### Major Changes + +- [#1](https://github.com/buzzkit-dev/buzzkit/pull/1) [`71c2819`](https://github.com/buzzkit-dev/buzzkit/commit/71c2819977cb546b207f36f902da183ad6b4156f) Thanks [@chroxify](https://github.com/chroxify)! - The first public release. One package with seven entry points: the server client, the browser client and its React hooks, webhook signing and verification, and the segment, workflow and source grammars. Entity types are held to the API by type-level parity assertions, every list pages the same way, and retries cover connection failures, timeouts, 429 and 5xx with jitter and Retry-After. diff --git a/packages/buzzkit/package.json b/packages/buzzkit/package.json index cb0e487c..7120aed5 100644 --- a/packages/buzzkit/package.json +++ b/packages/buzzkit/package.json @@ -1,7 +1,7 @@ { "name": "buzzkit", "license": "MIT", - "version": "0.0.0", + "version": "1.0.0", "type": "module", "sideEffects": false, "files": [