From 49ea6164318f58f21b1706e8779f0e3a914ce603 Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Sun, 4 Dec 2022 14:55:11 +0100 Subject: [PATCH] chore(main): release 1.4.2 (#456) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c379884a..95155d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.2](https://github.com/zakodium-oss/react-plot/compare/v1.4.1...v1.4.2) (2022-12-04) + + +### Bug Fixes + +* add missing key to scatter lines ([4e8eabc](https://github.com/zakodium-oss/react-plot/commit/4e8eabce2d50b436665c82ac3b4eced7b4ae48c5)) +* include src folder in build ([a93514d](https://github.com/zakodium-oss/react-plot/commit/a93514d2f647781bb108080e7eafc29f80371cdd)) + ## [1.4.1](https://github.com/zakodium-oss/react-plot/compare/v1.4.0...v1.4.1) (2022-12-04) diff --git a/package.json b/package.json index 93204892..8bf8f9a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-plot", - "version": "1.4.1", + "version": "1.4.2", "description": "Library of React components to render SVG 2D plots.", "main": "lib/index.js", "module": "lib-esm/index.js",