diff --git a/.changeset/dry-buckets-joke.md b/.changeset/dry-buckets-joke.md deleted file mode 100644 index b1da3f5..0000000 --- a/.changeset/dry-buckets-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"arke-zod": patch ---- - -add type exports and fix file casing diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f9a0a12 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# arke-zod + +## 0.0.1 + +### Patch Changes + +- [`287abf1`](https://github.com/arkemishub/arke-zod/commit/287abf1694edcfc2a507280fbe5fa9551b5c5664) Thanks [@ilyichv](https://github.com/ilyichv)! - add type exports and fix file casing diff --git a/package.json b/package.json index 1278d56..1b33df4 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,13 @@ { "name": "arke-zod", - "version": "0.0.0", + "version": "0.0.1", "description": "Turn arke structs into zod schemas", "publishConfig": { "access": "public" }, - "files": ["dist"], + "files": [ + "dist" + ], "type": "module", "exports": "./dist/index.js", "bin": "./dist/index.js",