Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.1...v1.8.0) (2019-04-25)

### Bug Fixes

* **embed:** provide fallback with esi:remove when esi include fails ([575391d](575391d)), closes [#267](#267)
* **html:** enable (dangerous) HTML in Markdown and pass it through ([93efaf7](93efaf7)), closes [#154](#154)
* **html:** ignore HTML tags when generating IDs for headlines ([bdad96c](bdad96c))

### Features

* **embeds:** detect internal embeds ([7af9356](7af9356)), closes [#267](#267)
* **transformer:** enable recursive processing in custom handler functions ([0d5193a](0d5193a))
  • Loading branch information
semantic-release-bot committed Apr 25, 2019
1 parent d8c9e4e commit becf436
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.8.0](https://github.com/adobe/helix-pipeline/compare/v1.7.1...v1.8.0) (2019-04-25)


### Bug Fixes

* **embed:** provide fallback with esi:remove when esi include fails ([575391d](https://github.com/adobe/helix-pipeline/commit/575391d)), closes [#267](https://github.com/adobe/helix-pipeline/issues/267)
* **html:** enable (dangerous) HTML in Markdown and pass it through ([93efaf7](https://github.com/adobe/helix-pipeline/commit/93efaf7)), closes [#154](https://github.com/adobe/helix-pipeline/issues/154)
* **html:** ignore HTML tags when generating IDs for headlines ([bdad96c](https://github.com/adobe/helix-pipeline/commit/bdad96c))


### Features

* **embeds:** detect internal embeds ([7af9356](https://github.com/adobe/helix-pipeline/commit/7af9356)), closes [#267](https://github.com/adobe/helix-pipeline/issues/267)
* **transformer:** enable recursive processing in custom handler functions ([0d5193a](https://github.com/adobe/helix-pipeline/commit/0d5193a))

## [1.7.1](https://github.com/adobe/helix-pipeline/compare/v1.7.0...v1.7.1) (2019-04-25)


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-pipeline",
"version": "1.7.1",
"version": "1.8.0",
"description": "",
"repository": "https://github.com/adobe/helix-pipeline",
"main": "index.js",
Expand Down

0 comments on commit becf436

Please sign in to comment.