diff --git a/.changeset/public-facing-docs-polish.md b/.changeset/public-facing-docs-polish.md deleted file mode 100644 index f392fa0..0000000 --- a/.changeset/public-facing-docs-polish.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'@seamless-auth/types': patch ---- - -No contract changes. Schemas, types, and exports are untouched. - -Packaging: the non-test sources under `src` now ship in the tarball. The published `dist` has -always included declaration maps and source maps, but the sources they pointed at were not in the -package, so the maps were dangling. Go to Definition now lands on the actual schema instead of a -`.d.ts`. - -Documentation: the README now carries npm, CI, Node, and license badges, a requirements section -that spells out the module resolution the subpath exports need, a conventions section covering the -schema and type alias pairing, and sections on versioning, supply chain, and security. -`SECURITY.md` states which versions are supported and what is in scope for this repository. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a940db..3753855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @seamless-auth/types +## 0.4.1 + +### Patch Changes + +- 9ae3092: No contract changes. Schemas, types, and exports are untouched. + + Packaging: the non-test sources under `src` now ship in the tarball. The published `dist` has + always included declaration maps and source maps, but the sources they pointed at were not in the + package, so the maps were dangling. Go to Definition now lands on the actual schema instead of a + `.d.ts`. + + Documentation: the README now carries npm, CI, Node, and license badges, a requirements section + that spells out the module resolution the subpath exports need, a conventions section covering the + schema and type alias pairing, and sections on versioning, supply chain, and security. + `SECURITY.md` states which versions are supported and what is in scope for this repository. + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 12ded58..9659ad5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@seamless-auth/types", - "version": "0.4.0", + "version": "0.4.1", "description": "Shared TypeScript types and Zod schemas for SeamlessAuth.", "author": "Fells Code, LLC", "license": "AGPL-3.0-only",