diff --git a/CHANGELOG.md b/CHANGELOG.md index 057c38e..746a4f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,40 @@ # Changelog +## v0.4.0 + +[compare changes](https://github.com/Teages/gqfn/compare/v0.3.0...v0.4.0) + +### 🚀 Enhancements + +- ⚠️ Refactor to support graphql fragment ([fb60031](https://github.com/Teages/gqfn/commit/fb60031)) + +### 🩹 Fixes + +- **docs:** Fix twoslash types ([ab704b2](https://github.com/Teages/gqfn/commit/ab704b2)) + +### 💅 Refactors + +- **core:** Clean up ([f8e6302](https://github.com/Teages/gqfn/commit/f8e6302)) + +### 🏡 Chore + +- **docs:** Fix cloudflare build ([219c79d](https://github.com/Teages/gqfn/commit/219c79d)) +- **nuxt:** Move to nuxt 4 directory structure ([401c4f2](https://github.com/Teages/gqfn/commit/401c4f2)) +- **core:** Remove global context ([1278757](https://github.com/Teages/gqfn/commit/1278757)) +- **lint:** Apply lint fix ([c5ae498](https://github.com/Teages/gqfn/commit/c5ae498)) +- Upgrade dependence ([2dad13a](https://github.com/Teages/gqfn/commit/2dad13a)) +- **nuxt:** Use vue-tsc 3fb59af ([022bc4c](https://github.com/Teages/gqfn/commit/022bc4c)) +- **nuxt:** Downgrade typescript ([5ac60ee](https://github.com/Teages/gqfn/commit/5ac60ee)) + +#### ⚠️ Breaking Changes + +- ⚠️ Refactor to support graphql fragment ([fb60031](https://github.com/Teages/gqfn/commit/fb60031)) + +### ❤️ Contributors + +- Teages ([@Teages](http://github.com/Teages)) + ## v0.3.0 [compare changes](https://github.com/Teages/gqfn/compare/v0.2.1...v0.3.0) diff --git a/package.json b/package.json index 478dec7..f0d397a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gqfn", "type": "module", - "version": "0.3.0", + "version": "0.4.0", "private": true, "packageManager": "pnpm@9.15.1", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index 040ef22..9a8dda2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gqfn/core", "type": "module", - "version": "0.3.0", + "version": "0.4.0", "description": "Writing GraphQL queries with type safety and type hints, power by TypeScript.", "license": "MIT", "repository": { diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index c666184..1c1549d 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,7 +1,7 @@ { "name": "@gqfn/nuxt", "type": "module", - "version": "0.3.0", + "version": "0.4.0", "description": "A Nuxt binding for @gqfn/core", "license": "MIT", "repository": {