From 5a43eb86c7b70ea146f6ef689f2735c0b78d6d68 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 13 Oct 2020 19:33:02 +0100 Subject: [PATCH] chore: release v0.10.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb3439f..2b30afc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.10.4](https://github.com/danielroe/vue-sanity/compare/v0.10.3...v0.10.4) (2020-10-13) + + +### Bug Fixes + +* correctly return initial value for falsy queries ([43c94f5](https://github.com/danielroe/vue-sanity/commit/43c94f58d89e216cc5f3a4b99ec0d6b8182b94b6)) + ### [0.10.3](https://github.com/danielroe/vue-sanity/compare/v0.10.2...v0.10.3) (2020-10-10) ### [0.10.2](https://github.com/danielroe/vue-sanity/compare/v0.10.1...v0.10.2) (2020-09-30) diff --git a/package.json b/package.json index 87daa4df..30ab3a55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-sanity", - "version": "0.10.3", + "version": "0.10.4", "description": "Sanity integration for VueJS", "keywords": [ "vue",