From cc55c517277ed8314c9991d5bb74fda7bd04467a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich-Matthias=20Sch=C3=A4fer?= Date: Tue, 19 Feb 2019 17:24:36 +0100 Subject: [PATCH] bump version number --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bda4a6c..f498afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== -## [3.0.12] +## [3.0.12] - 2019-02-19 ### Fixed - fixed package.json which points to correct file for webpack now (browser keyword) @@ -816,6 +816,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: +[3.0.12]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.12 [3.0.11]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.11 [3.0.10]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.10 [3.0.9]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.9 diff --git a/package.json b/package.json index b4bd2f1..dfb8073 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@svgdotjs/svg.js", - "version": "3.0.11", + "version": "3.0.12", "description": "A lightweight library for manipulating and animating SVG.", "url": "https://svgdotjs.github.io/", "homepage": "https://svgdotjs.github.io/", -- 2.39.5