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

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.6.4...v6.0.0) (2019-11-09)

### Features

* **icons:** use <svg> instead of <img> tag ([#509](#509)) ([5e43175](5e43175))

### BREAKING CHANGES

* **icons:** icons are now rendered as <svg> instead of <img> tags.
If icons have been used and styled before, CSS changes are required.
  • Loading branch information
semantic-release-bot committed Nov 9, 2019
1 parent 5e43175 commit 33f2246
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <svg> instead of <img> 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 <svg> instead of <img> 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)


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

0 comments on commit 33f2246

Please sign in to comment.