We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edf62a commit 2b16160Copy full SHA for 2b16160
2 files changed
README.md
@@ -292,6 +292,9 @@ Another possible solution would be to write a transformation with [gulp-cheerio]
292
293
## Changelog
294
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
+
298
* 8.0.0
299
* Update dependencies
300
* Drop support for node < 10
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-svgstore",
3
- "version": "8.0.0",
+ "version": "9.0.0",
4
"description": "Combine svg files into one with <symbol> elements",
5
"main": "index.js",
6
"files": [
0 commit comments