diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f5bc73..0dc4fe7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.1.1](https://github.com/nuxt-community/sanity-module/compare/1.1.0...1.1.1) (2022-02-20) + + +### Bug Fixes + +* don't overwrite provided options ([e0263e6](https://github.com/nuxt-community/sanity-module/commit/e0263e672c0f84a6fd06a928ad1602b251557f68)) + ## [1.1.0](https://github.com/nuxt-community/sanity-module/compare/1.0.0...1.1.0) (2022-02-20) diff --git a/package.json b/package.json index d183e30c..ee8dafd1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/sanity", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "repository": "nuxt-community/sanity-module", "description": "Sanity integration for Nuxt",