From 2b16160d70c6ae9ec1f79c746fafd64ee752db7c Mon Sep 17 00:00:00 2001 From: Andrey Kuzmin Date: Sun, 21 Nov 2021 12:27:58 +0100 Subject: [PATCH] Release 9.0.0 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df4e785..0c8d5bc 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,9 @@ Another possible solution would be to write a transformation with [gulp-cheerio] ## Changelog +* 9.0.0 + * transfer `` [presentation attributes](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/Presentation) to a wrapping `` element #110 + * 8.0.0 * Update dependencies * Drop support for node < 10 diff --git a/package.json b/package.json index d849e62..9da4111 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-svgstore", - "version": "8.0.0", + "version": "9.0.0", "description": "Combine svg files into one with elements", "main": "index.js", "files": [