From 734b8f69fcc7450505d1b86b154ee0a0116199e0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Apr 2021 01:03:42 +0000 Subject: [PATCH] chore(release): 2.1.11 [skip ci] ## [2.1.11](https://github.com/hayes0724/shopify-packer/compare/v2.1.10...v2.1.11) (2021-04-28) ### Bug Fixes * liquid styles file path incorrect ([e9163a1](https://github.com/hayes0724/shopify-packer/commit/e9163a1d996859095723b195deaa22b0c3f29092)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f9c3a..409ecc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.11](https://github.com/hayes0724/shopify-packer/compare/v2.1.10...v2.1.11) (2021-04-28) + + +### Bug Fixes + +* liquid styles file path incorrect ([e9163a1](https://github.com/hayes0724/shopify-packer/commit/e9163a1d996859095723b195deaa22b0c3f29092)) + ## [2.1.10](https://github.com/hayes0724/shopify-packer/compare/v2.1.9...v2.1.10) (2021-04-27) diff --git a/package.json b/package.json index 072f24e..8456832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hayes0724/shopify-packer", - "version": "2.1.10", + "version": "2.1.11", "bin": { "packer": "cli/index.js" },