From: Ulrich-Matthias Schäfer Date: Fri, 25 Jun 2021 13:11:00 +0000 (+0200) Subject: Release 3.1.1 X-Git-Tag: 3.1.1~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ac2c85d420c40ac40e94c889c27156861df95481;p=svg.js.git Release 3.1.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index bef8cc9..e46aab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: +[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 diff --git a/package.json b/package.json index a67e077..e8e9b95 100644 --- a/package.json +++ b/package.json @@ -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/",