Skip to content

Commit c507fcb

Browse files
chore(release): 2.4.4 [skip ci]
## [2.4.4](v2.4.3...v2.4.4) (2022-03-09) ### Bug Fixes * Build exit non zero on failure ([#153](#153)) ([8b595f9](8b595f9)) * Environment vars: allow them to work ([#184](#184)) ([009f704](009f704)) * handle {file}.css.liquid assets correctly ([0f8e0ce](0f8e0ce)), closes [#144](#144) * ssl:make timing bug ([#180](#180)) ([bec0e9e](bec0e9e))
1 parent 72592ca commit c507fcb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.4.4](https://github.com/hayes0724/shopify-packer/compare/v2.4.3...v2.4.4) (2022-03-09)
2+
3+
4+
### Bug Fixes
5+
6+
* Build exit non zero on failure ([#153](https://github.com/hayes0724/shopify-packer/issues/153)) ([8b595f9](https://github.com/hayes0724/shopify-packer/commit/8b595f9cdb1a3e05082478f2f72adcaf0aaf6e1b))
7+
* Environment vars: allow them to work ([#184](https://github.com/hayes0724/shopify-packer/issues/184)) ([009f704](https://github.com/hayes0724/shopify-packer/commit/009f70439b7888a50f70d6b392d7d065f570820b))
8+
* handle {file}.css.liquid assets correctly ([0f8e0ce](https://github.com/hayes0724/shopify-packer/commit/0f8e0ce078066f9eb5454d56957c9e02078ffb2a)), closes [#144](https://github.com/hayes0724/shopify-packer/issues/144)
9+
* ssl:make timing bug ([#180](https://github.com/hayes0724/shopify-packer/issues/180)) ([bec0e9e](https://github.com/hayes0724/shopify-packer/commit/bec0e9ed0361703a682113ca5300b22ed0cebed6))
10+
111
## [2.4.3](https://github.com/hayes0724/shopify-packer/compare/v2.4.2...v2.4.3) (2022-02-20)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hayes0724/shopify-packer",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"bin": {
55
"packer": "cli/index.js"
66
},

0 commit comments

Comments
 (0)