From 3da0e6f5bda39c2da0282f59c92dadfdd1183ee2 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Wed, 20 Nov 2019 12:01:06 -0500 Subject: [PATCH] chore(bump): v4.5.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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": {