diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f209107e..89b445794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.2](https://github.com/adobe/helix-pipeline/compare/v1.9.1...v1.9.2) (2019-04-29) + + +### Bug Fixes + +* **package:** update mdast-util-to-hast to version 5.0.0 ([6fd14ab](https://github.com/adobe/helix-pipeline/commit/6fd14ab)) + ## [1.9.1](https://github.com/adobe/helix-pipeline/compare/v1.9.0...v1.9.1) (2019-04-26) diff --git a/package.json b/package.json index 128b52ba6..d4726fdec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-pipeline", - "version": "1.9.1", + "version": "1.9.2", "description": "", "repository": "https://github.com/adobe/helix-pipeline", "main": "index.js",