From 5c973e5fda3847e19973cdcee63d58e787214eda Mon Sep 17 00:00:00 2001 From: zakodium-bot <72201612+zakodium-bot@users.noreply.github.com> Date: Mon, 29 Mar 2021 11:12:03 +0200 Subject: [PATCH] chore: release 0.7.1 (#164) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52af02f2..80373c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.7.1](https://www.github.com/zakodium/react-plot/compare/v0.7.0...v0.7.1) (2021-03-29) + + +### Bug Fixes + +* do not show legend if series is hidden ([#163](https://www.github.com/zakodium/react-plot/issues/163)) ([d1e57eb](https://www.github.com/zakodium/react-plot/commit/d1e57eb0765ab53bda67675de556265cc6bcfcff)) + ## [0.7.0](https://www.github.com/zakodium/react-plot/compare/v0.6.0...v0.7.0) (2021-03-29) diff --git a/package.json b/package.json index 28e8b79c..3da9b88a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-plot", - "version": "0.7.0", + "version": "0.7.1", "description": "Library of React components to render SVG 2D plots.", "main": "lib/index.js", "module": "lib-esm/index.js",