diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c18337..b34e9a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,41 @@ # Changelog +## v3.0.0 + +[compare changes](https://github.com/Teages/nuxt-urql-client/compare/v2.0.8...v3.0.0) + +### 🚀 Enhancements + +- Urql client in nitro ([c05949e](https://github.com/Teages/nuxt-urql-client/commit/c05949e)) +- Config override in vue app ([de4b364](https://github.com/Teages/nuxt-urql-client/commit/de4b364)) + +### 🩹 Fixes + +- Handling windows path ([e3ff0f8](https://github.com/Teages/nuxt-urql-client/commit/e3ff0f8)) + +### 🏡 Chore + +- **release:** V2.0.8 ([1528c29](https://github.com/Teages/nuxt-urql-client/commit/1528c29)) +- ⚠️ Remove codegen ([27ed617](https://github.com/Teages/nuxt-urql-client/commit/27ed617)) +- ⚠️ Rename provide name ([17a4721](https://github.com/Teages/nuxt-urql-client/commit/17a4721)) +- ⚠️ Rename `useBuildInFetch` to `useDollarFetch` ([1f8952f](https://github.com/Teages/nuxt-urql-client/commit/1f8952f)) +- ⚠️ Limit header behavior in nitro for safety ([fe0fab3](https://github.com/Teages/nuxt-urql-client/commit/fe0fab3)) +- **lint:** Apply lint ([8fc4b0c](https://github.com/Teages/nuxt-urql-client/commit/8fc4b0c)) +- Using glob ([7f837cc](https://github.com/Teages/nuxt-urql-client/commit/7f837cc)) +- Avoid to using private name `RequestCredentials` ([053df06](https://github.com/Teages/nuxt-urql-client/commit/053df06)) + +#### ⚠️ Breaking Changes + +- ⚠️ Remove codegen ([27ed617](https://github.com/Teages/nuxt-urql-client/commit/27ed617)) +- ⚠️ Rename provide name ([17a4721](https://github.com/Teages/nuxt-urql-client/commit/17a4721)) +- ⚠️ Rename `useBuildInFetch` to `useDollarFetch` ([1f8952f](https://github.com/Teages/nuxt-urql-client/commit/1f8952f)) +- ⚠️ Limit header behavior in nitro for safety ([fe0fab3](https://github.com/Teages/nuxt-urql-client/commit/fe0fab3)) + +### ❤️ Contributors + +- Teages ([@Teages](http://github.com/Teages)) + ## v2.0.8 [compare changes](https://github.com/Teages/nuxt-urql-client/compare/v2.0.6...v2.0.8) diff --git a/package.json b/package.json index e554f57..0c67242 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teages/nuxt-urql-client", "type": "module", - "version": "2.0.8", + "version": "3.0.0", "description": "A simple graphql (urql) client for Nuxt with codegen.", "license": "MIT", "repository": {