From c1b47d922a8a1cad9303d9e08ea94ec9820123d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Sep 2023 19:21:12 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/ptc-iot-sharing/SvgViewerWidgetTWX/compare/v1.3.0...v1.3.1) (2023-09-05) ### Bug Fixes * extend the list of attributes that can be overriden to `'x', 'y', 'rx', 'ry', 'r', 'cx', 'cy'` ([a024bd2](https://github.com/ptc-iot-sharing/SvgViewerWidgetTWX/commit/a024bd28d07217f53d8d8391287841148c4ec99a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1512f25..9ca9fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/ptc-iot-sharing/SvgViewerWidgetTWX/compare/v1.3.0...v1.3.1) (2023-09-05) + + +### Bug Fixes + +* extend the list of attributes that can be overriden to `'x', 'y', 'rx', 'ry', 'r', 'cx', 'cy'` ([a024bd2](https://github.com/ptc-iot-sharing/SvgViewerWidgetTWX/commit/a024bd28d07217f53d8d8391287841148c4ec99a)) + # [1.3.0](https://github.com/ptc-iot-sharing/SvgViewerWidgetTWX/compare/v1.2.1...v1.3.0) (2023-09-05) diff --git a/package.json b/package.json index 247eede..1596186 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svgViewer", - "version": "1.3.0", + "version": "1.3.1", "description": "A svg viewer allowing viewing svg files, as well as interacting with them dynamically.", "repository": { "type": "git",