Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charlzyx committed Dec 16, 2024
1 parent aab9b8e commit 5a0a6b7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typeto",
"version": "1.1.0-alpha.0",
"version": "1.1.0",
"private": "true",
"description": "Thus Spoke TypeScript",
"keywords": [],
Expand Down

0 comments on commit 5a0a6b7

Please sign in to comment.