From af4e2d83dcca0614b6d6389c1bde8451bea2a2f3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Apr 2021 16:41:34 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/hayes0724/shopify-packer/compare/v2.1.11...v2.2.0) (2021-04-30) ### Features * check for ssl and make ca + cert ([#89](https://github.com/hayes0724/shopify-packer/issues/89)) ([a773db6](https://github.com/hayes0724/shopify-packer/commit/a773db60d159f268643ce7468af4eca3370ee7d7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 409ecc5..46be575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/hayes0724/shopify-packer/compare/v2.1.11...v2.2.0) (2021-04-30) + + +### Features + +* check for ssl and make ca + cert ([#89](https://github.com/hayes0724/shopify-packer/issues/89)) ([a773db6](https://github.com/hayes0724/shopify-packer/commit/a773db60d159f268643ce7468af4eca3370ee7d7)) + ## [2.1.11](https://github.com/hayes0724/shopify-packer/compare/v2.1.10...v2.1.11) (2021-04-28) diff --git a/package.json b/package.json index d4bf28b..ac1c5a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hayes0724/shopify-packer", - "version": "2.1.11", + "version": "2.2.0", "bin": { "packer": "cli/index.js" },