diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9ffd296..b7c9b395b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.5.2 + +- Adds YAML support to the HTML task. Just give your YAML `dataFile` the extension `.yaml` or `.yml`. + ## 4.5.1 - Adds PostCSS support diff --git a/package.json b/package.json index 6e759213d..efe6dd6cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blendid", - "version": "4.5.1", + "version": "4.5.2", "description": "A full featured configurable asset pipeline and static site builder", "license": "MIT", "engines": {