Skip to content

Commit 2b16160

Browse files
committed
Release 9.0.0
1 parent 3edf62a commit 2b16160

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ Another possible solution would be to write a transformation with [gulp-cheerio]
292292
293293
## Changelog
294294
295+
* 9.0.0
296+
* transfer `<svg>` [presentation attributes](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/Presentation) to a wrapping `<g>` element #110
297+
295298
* 8.0.0
296299
* Update dependencies
297300
* Drop support for node < 10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-svgstore",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Combine svg files into one with <symbol> elements",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)