diff --git a/CHANGELOG.md b/CHANGELOG.md index 31230fb..bcdb58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.4.0](https://github.com/hayes0724/shopify-packer/compare/v2.3.1...v2.4.0) (2022-02-19) + + +### Bug Fixes + +* themekit updated to v1.1.9 to support themekit access app ([cbee44b](https://github.com/hayes0724/shopify-packer/commit/cbee44bab4d08b16cf528a58d3d48c4be227d462)), closes [#124](https://github.com/hayes0724/shopify-packer/issues/124) + + +### Features + +* webpack dotenv support ([fd00413](https://github.com/hayes0724/shopify-packer/commit/fd0041317e84b788408209a806daa8c3460480bb)) + ## [2.3.2](https://github.com/hayes0724/shopify-packer/compare/v2.3.1...v2.3.2) (2022-02-19) diff --git a/package.json b/package.json index 356cc4d..00de781 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hayes0724/shopify-packer", - "version": "2.3.2", + "version": "2.4.0", "bin": { "packer": "cli/index.js" },