]> source.dussan.org Git - svg.js.git/commitdiff
release 3.2.2 3.2.2
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Tue, 18 Jun 2024 10:32:58 +0000 (12:32 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Tue, 18 Jun 2024 10:32:58 +0000 (12:32 +0200)
CHANGELOG.md
package.json

index 3548fcaff4c30135b0c2f3378a82766e3eb0c8d5..67b94f43fc86a95dabdb7998dd5b157b1dcdb317 100644 (file)
@@ -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:
 
 <!-- Headings above link to the releases listed here -->
 
+[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
index b49116b05ff314d66eb95d2008b81ff16deb6054..37d9658953c6d375fd842a0fe157d55b8e94e4ed 100644 (file)
@@ -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/",