From 52389f464e2626299b50124cf55fe2898161a99a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Aug 2019 05:07:44 +0000 Subject: [PATCH] chore(@sane-shopify/sync-utils): release 0.3.4 [skip ci] # [@sane-shopify/sync-utils-v0.3.4](https://github.com/good-idea/sane-shopify/compare/v0.3.3...v0.3.4) (2019-08-09) ### Bug Fixes * **sync-utils:** update deps (test fix for publish) ([bb4e549](https://github.com/good-idea/sane-shopify/commit/bb4e549)) --- packages/sync-utils/CHANGELOG.md | 7 +++++++ packages/sync-utils/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/sync-utils/CHANGELOG.md b/packages/sync-utils/CHANGELOG.md index a8c9ba3..7c58e09 100644 --- a/packages/sync-utils/CHANGELOG.md +++ b/packages/sync-utils/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@sane-shopify/sync-utils-v0.3.4](https://github.com/good-idea/sane-shopify/compare/v0.3.3...v0.3.4) (2019-08-09) + + +### Bug Fixes + +* **sync-utils:** update deps (test fix for publish) ([bb4e549](https://github.com/good-idea/sane-shopify/commit/bb4e549)) + # [@sane-shopify/sync-utils-v0.3.1](https://github.com/good-idea/sane-shopify.git/compare/v0.3.0...v0.3.1) (2019-08-09) diff --git a/packages/sync-utils/package.json b/packages/sync-utils/package.json index 0d3f6d6..de3554e 100644 --- a/packages/sync-utils/package.json +++ b/packages/sync-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sane-shopify/sync-utils", - "version": "0.3.1", + "version": "0.3.4", "description": "Syncing utility for Node & the browser", "author": "Joseph Thomas | Good Idea Studio", "homepage": "https://github.com/good-idea/sane-shopify#readme",