]> source.dussan.org Git - svg.js.git/commitdiff
Release 3.1.1
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Fri, 25 Jun 2021 13:11:00 +0000 (15:11 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Fri, 25 Jun 2021 13:11:00 +0000 (15:11 +0200)
CHANGELOG.md
package.json

index bef8cc936be6d28f442d25d1a707ab626211abe7..e46aab14ebd20c6111a10343a78b87e1f7a38f7d 100644 (file)
@@ -7,6 +7,11 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
 
 ====
 
+## [3.1.1]
+
+### Fixed
+ - fixed typings for tcs 4.2.4 (#1204, #1206, #1203)
+
 ## [3.1.0]
 
 ### Fixed
@@ -900,6 +905,8 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
 
 
 <!-- Headings above link to the releases listed here -->
+[3.1.1]: https://github.com/svgdotjs/svg.js/releases/tag/3.1.1
+[3.1.0]: https://github.com/svgdotjs/svg.js/releases/tag/3.1.0
 [3.0.16]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.16
 [3.0.15]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.15
 [3.0.14]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.14
index a67e07739fc34acced82159c40ef3a7a1d51b899..e8e9b957ca51fb6f0ab295be1ba0c7eb69516dcf 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@svgdotjs/svg.js",
-  "version": "3.1.0",
+  "version": "3.1.1",
   "description": "A lightweight library for manipulating and animating SVG.",
   "url": "https://svgjs.dev/",
   "homepage": "https://svgjs.dev/",