Skip to content

Commit

Permalink
chore(release): 2.4.4 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 9, 2022
1 parent 72592ca commit c507fcb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.4.4](https://github.com/hayes0724/shopify-packer/compare/v2.4.3...v2.4.4) (2022-03-09)


### Bug Fixes

* Build exit non zero on failure ([#153](https://github.com/hayes0724/shopify-packer/issues/153)) ([8b595f9](https://github.com/hayes0724/shopify-packer/commit/8b595f9cdb1a3e05082478f2f72adcaf0aaf6e1b))
* Environment vars: allow them to work ([#184](https://github.com/hayes0724/shopify-packer/issues/184)) ([009f704](https://github.com/hayes0724/shopify-packer/commit/009f70439b7888a50f70d6b392d7d065f570820b))
* 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)
* ssl:make timing bug ([#180](https://github.com/hayes0724/shopify-packer/issues/180)) ([bec0e9e](https://github.com/hayes0724/shopify-packer/commit/bec0e9ed0361703a682113ca5300b22ed0cebed6))

## [2.4.3](https://github.com/hayes0724/shopify-packer/compare/v2.4.2...v2.4.3) (2022-02-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hayes0724/shopify-packer",
"version": "2.4.3",
"version": "2.4.4",
"bin": {
"packer": "cli/index.js"
},
Expand Down

0 comments on commit c507fcb

Please sign in to comment.