From: Ulrich-Matthias Schäfer Date: Tue, 18 Jun 2024 10:32:58 +0000 (+0200) Subject: release 3.2.2 X-Git-Tag: 3.2.2^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=630eae34fadae5b627bc15de684883751447347b;p=svg.js.git release 3.2.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 3548fca..67b94f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== +## [3.2.2] + +### Fixed + +- fixed import map + ## [3.2.1] ### Fixed @@ -1033,6 +1039,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: +[3.2.2]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.2 [3.2.1]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.1 [3.2.0]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.0 [3.1.2]: https://github.com/svgdotjs/svg.js/releases/tag/3.1.2 diff --git a/package.json b/package.json index b49116b..37d9658 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@svgdotjs/svg.js", - "version": "3.2.1", + "version": "3.2.2", "type": "module", "description": "A lightweight library for manipulating and animating SVG.", "url": "https://svgjs.dev/",