From 914811194bbcd4bdfbca1912461b748401d29c9e Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 11 Oct 2022 23:48:26 +0100 Subject: [PATCH] chore: release v1.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc2b683..59f55c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +### [1.3.1](https://github.com/nuxt-modules/sanity/compare/1.3.0...1.3.1) (2022-10-11) + + +### Bug Fixes + +* transpile nitro auto-imports ([d77b5df](https://github.com/nuxt-modules/sanity/commit/d77b5dfb8c9842157a56131a377a2c6a15b9f93d)) + ## [1.3.0](https://github.com/nuxt-modules/sanity/compare/1.2.3...1.3.0) (2022-09-23) diff --git a/package.json b/package.json index 605a0db6..e980bb6e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/sanity", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "repository": "nuxt-modules/sanity", "description": "Sanity integration for Nuxt",