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

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.1...v2.2.0) (2019-05-29)

### Bug Fixes

* **html pipe:** Fix merge conflict ([6abb218](6abb218)), closes [#253](#253)
* **html pipe:** Sanitize generated markdown to avoid XSS attacks ([e2d7963](e2d7963)), closes [#253](#253)
* **html pipe:** Sanitize generated markdown to avoid XSS attacks ([8c55d0d](8c55d0d)), closes [#253](#253)

### Features

* **html pipe:** add support for anchors on headings ([65430d4](65430d4)), closes [#26](#26)
* **html pipe:** Allow custom elements and attributes in markdown ([247a6b9](247a6b9)), closes [#253](#253)
  • Loading branch information
semantic-release-bot committed May 29, 2019
1 parent 0513756 commit 709129a
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 @@
# [2.2.0](https://github.com/adobe/helix-pipeline/compare/v2.1.1...v2.2.0) (2019-05-29)


### Bug Fixes

* **html pipe:** Fix merge conflict ([6abb218](https://github.com/adobe/helix-pipeline/commit/6abb218)), closes [#253](https://github.com/adobe/helix-pipeline/issues/253)
* **html pipe:** Sanitize generated markdown to avoid XSS attacks ([e2d7963](https://github.com/adobe/helix-pipeline/commit/e2d7963)), closes [#253](https://github.com/adobe/helix-pipeline/issues/253)
* **html pipe:** Sanitize generated markdown to avoid XSS attacks ([8c55d0d](https://github.com/adobe/helix-pipeline/commit/8c55d0d)), closes [#253](https://github.com/adobe/helix-pipeline/issues/253)


### Features

* **html pipe:** add support for anchors on headings ([65430d4](https://github.com/adobe/helix-pipeline/commit/65430d4)), closes [#26](https://github.com/adobe/helix-pipeline/issues/26)
* **html pipe:** Allow custom elements and attributes in markdown ([247a6b9](https://github.com/adobe/helix-pipeline/commit/247a6b9)), closes [#253](https://github.com/adobe/helix-pipeline/issues/253)

## [2.1.1](https://github.com/adobe/helix-pipeline/compare/v2.1.0...v2.1.1) (2019-05-27)


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

0 comments on commit 709129a

Please sign in to comment.