aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2024-06-18 12:32:58 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2024-06-18 12:32:58 +0200
commit630eae34fadae5b627bc15de684883751447347b (patch)
treeabf0691046b4fda0ee78206a847007e9bcea3f3d
parent03f4223e81c5ddf00742ed68a6b08db0c7db3d12 (diff)
downloadsvg.js-630eae34fadae5b627bc15de684883751447347b.tar.gz
svg.js-630eae34fadae5b627bc15de684883751447347b.zip
release 3.2.23.2.2
-rw-r--r--CHANGELOG.md7
-rw-r--r--package.json2
2 files changed, 8 insertions, 1 deletions
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:
<!-- 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
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/",