diff --git a/CHANGELOG.md b/CHANGELOG.md index bcdb58f..a4b95e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.1](https://github.com/hayes0724/shopify-packer/compare/v2.4.0...v2.4.1) (2022-02-20) + + +### Bug Fixes + +* **deps:** bump postcss from 8.2.10 to 8.2.13 ([2f75aac](https://github.com/hayes0724/shopify-packer/commit/2f75aacc9fe95479a59b2a6b163a7782a485ecd2)) + # [2.4.0](https://github.com/hayes0724/shopify-packer/compare/v2.3.1...v2.4.0) (2022-02-19) diff --git a/package.json b/package.json index 22431e3..d3816f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hayes0724/shopify-packer", - "version": "2.4.0", + "version": "2.4.1", "bin": { "packer": "cli/index.js" },