From 33f2246fa185986b27867c40f1c36b0083f0b235 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Nov 2019 07:58:26 +0000 Subject: [PATCH] chore(release): 6.0.0 [skip ci] # [6.0.0](https://github.com/adobe/helix-pipeline/compare/v5.6.4...v6.0.0) (2019-11-09) ### Features * **icons:** use instead of tag ([#509](https://github.com/adobe/helix-pipeline/issues/509)) ([5e43175](https://github.com/adobe/helix-pipeline/commit/5e431756456842bf5f704715f506a7c9d59b2b14)) ### BREAKING CHANGES * **icons:** icons are now rendered as instead of tags. If icons have been used and styled before, CSS changes are required. --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275149aa2..494f8e317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [6.0.0](https://github.com/adobe/helix-pipeline/compare/v5.6.4...v6.0.0) (2019-11-09) + + +### Features + +* **icons:** use instead of tag ([#509](https://github.com/adobe/helix-pipeline/issues/509)) ([5e43175](https://github.com/adobe/helix-pipeline/commit/5e431756456842bf5f704715f506a7c9d59b2b14)) + + +### BREAKING CHANGES + +* **icons:** icons are now rendered as instead of tags. +If icons have been used and styled before, CSS changes are required. + ## [5.6.4](https://github.com/adobe/helix-pipeline/compare/v5.6.3...v5.6.4) (2019-11-04) diff --git a/package.json b/package.json index 5b44c26b2..f7df940ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-pipeline", - "version": "5.6.4", + "version": "6.0.0", "description": "", "repository": "https://github.com/adobe/helix-pipeline", "main": "index.js",