From 418d35d0036b641a0a94a5507df9aa172ddd3eb5 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sun, 20 Feb 2022 22:00:55 +0000 Subject: [PATCH] chore: release v1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",