Skip to content

Commit

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

### Bug Fixes

* **html:** do not skip custom headers for 3xx responses ([5aebe7a](5aebe7a)), closes [#153](#153)
  • Loading branch information
semantic-release-bot committed Oct 6, 2022
1 parent 5aebe7a commit 25b963b
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.3](https://github.com/adobe/helix-html-pipeline/compare/v3.4.2...v3.4.3) (2022-10-06)


### Bug Fixes

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

## [3.4.2](https://github.com/adobe/helix-html-pipeline/compare/v3.4.1...v3.4.2) (2022-10-05)


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

0 comments on commit 25b963b

Please sign in to comment.