Skip to content

Commit

Permalink
chore(release): 3.4.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.4](v3.4.3...v3.4.4) (2022-10-06)

### Bug Fixes

* **html:** do not skip custom headers for 3xx responses (json) ([7dfd60d](7dfd60d)), closes [#153](#153)
  • Loading branch information
semantic-release-bot committed Oct 6, 2022
1 parent 7dfd60d commit 25b895e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.4.4](https://github.com/adobe/helix-html-pipeline/compare/v3.4.3...v3.4.4) (2022-10-06)


### Bug Fixes

* **html:** do not skip custom headers for 3xx responses (json) ([7dfd60d](https://github.com/adobe/helix-html-pipeline/commit/7dfd60df9fce1b66f2c2c37203f905f2614a9640)), closes [#153](https://github.com/adobe/helix-html-pipeline/issues/153)

## [3.4.3](https://github.com/adobe/helix-html-pipeline/compare/v3.4.2...v3.4.3) (2022-10-06)


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": "@adobe/helix-html-pipeline",
"version": "3.4.3",
"version": "3.4.4",
"description": "Helix HTML Pipeline",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 25b895e

Please sign in to comment.