diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7270ef5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog + + +## v1.1.0 + + +### ๐Ÿš€ ๅขžๅผบๅŠŸ่ƒฝ / Enhancements + +- **zod:** ๐Ÿš€ add zod supported ([666ec71](https://github.com/charlzyx/typeto/commit/666ec71)) + +### ๐Ÿฉน ไฟฎๅค้—ฎ้ข˜ / Fixes + +- **scripts:** ๐Ÿฉน fix pub.ts ([b52ce0a](https://github.com/charlzyx/typeto/commit/b52ce0a)) + +### ๐Ÿ’… ไปฃ็ ้‡ๆž„ / Refactors + +- **core,oas:** ๐Ÿ’… ้‡ๆž„ transfomer ([abf7eb6](https://github.com/charlzyx/typeto/commit/abf7eb6)) +- **formily-schema,zod:** ๐Ÿ’… refactor zod, formily-schema by TypeResolver ([aab9b8e](https://github.com/charlzyx/typeto/commit/aab9b8e)) + +### ๐Ÿ“– ๆ–‡ๆกฃๆ›ดๆ–ฐ / Documentation + +- Add npm badge at README ([79fd553](https://github.com/charlzyx/typeto/commit/79fd553)) + +### ๐Ÿ“ฆ Build + +- **tools:** ๐Ÿ“ฆ git commit tools by golang, git cz like ([d8f8087](https://github.com/charlzyx/typeto/commit/d8f8087)) + +### ๐Ÿก ๆ‚ๅŠกๅค„็† / Chore + +- ๐Ÿค– prepare for v1.0.2 ([9c0d007](https://github.com/charlzyx/typeto/commit/9c0d007)) + +### ๐Ÿค– ๆŒ็ปญ้›†ๆˆ / CI + +- Changeset bump. ([15881f8](https://github.com/charlzyx/typeto/commit/15881f8)) +- Bump version by local script. ([f0baa4d](https://github.com/charlzyx/typeto/commit/f0baa4d)) +- Change gh actions. use changelogen replace changesets . ([968031c](https://github.com/charlzyx/typeto/commit/968031c)) +- ๐Ÿค– release v1.0.0-alpha.0 ([dbad225](https://github.com/charlzyx/typeto/commit/dbad225)) + +### ๐Ÿšง ๆœชๅฎŒๆˆ / Work in Progress + +- **core:** ๐Ÿšง refactor type resolver, rename shared -> core ([e21a0a8](https://github.com/charlzyx/typeto/commit/e21a0a8)) +- **core:** ๐Ÿšง refactor oas transfomer2, and core TypeResolver ([bf6a8dc](https://github.com/charlzyx/typeto/commit/bf6a8dc)) + +### โค๏ธ Contributors + +- Charlzyx + diff --git a/package.json b/package.json index 3574436..ea478bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typeto", - "version": "1.1.0-alpha.0", + "version": "1.1.0", "private": "true", "description": "Thus Spoke TypeScript", "keywords": [],