diff --git a/CHANGELOG.md b/CHANGELOG.md index ca69d84d..68d25af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +### [1.2.2](https://github.com/nuxt-community/sanity-module/compare/1.2.1...1.2.2) (2022-05-30) + + +### Performance Improvements + +* use `$fetch` for minimal client ([7b7517e](https://github.com/nuxt-community/sanity-module/commit/7b7517e0fc1b29f98bb9c1d49d0c7ae137dda56a)) + ### [1.2.1](https://github.com/nuxt-community/sanity-module/compare/1.2.0...1.2.1) (2022-05-17) diff --git a/package.json b/package.json index 86bf4c5b..178566f4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/sanity", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "repository": "nuxt-community/sanity-module", "description": "Sanity integration for Nuxt",