From a9f07eec07b4a1860dd592c26b2b14d6a38e97b4 Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Sun, 1 Sep 2024 20:18:59 +0300 Subject: [PATCH] release: v0.2.0 --- CHANGELOG.md | 15 +++++++++++++++ src/package.lib.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3b3cf..efbcd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. See [standa --- +## [v0.2.0](https://github.com/hatemhosny/racing-bars/compare/v0.1.2...v0.2.0) (2024-09-01) + +### Bug Fixes + +- **data:** fix worker mixing data for multiple charts ([5160018](https://github.com/hatemhosny/racing-bars/commit/5160018b08c8a07683f8865cc9a194fac8cd2adb)) +- **types:** fix library type definitions ([929f0af](https://github.com/hatemhosny/racing-bars/commit/929f0af452dacb28f341b47edabad3a0235507af)) + +### Features + +- **data:** auto detect `dataShape` ([5ede0f7](https://github.com/hatemhosny/racing-bars/commit/5ede0f7a02a60d2d66e3ddd7dcca4a4be57423a5)) +- **data:** handle empty or invalid data ([544c39d](https://github.com/hatemhosny/racing-bars/commit/544c39d56f5bf6e914f080e5d3c235e5b8455bfd)) +- **options:** auto detect `dataType` ([9030de4](https://github.com/hatemhosny/racing-bars/commit/9030de44ce89fb4552aa8508983fb1e4f0570cad)) + +--- + ## [v0.1.2](https://github.com/hatemhosny/racing-bars/compare/v0.1.1...v0.1.2) (2024-08-30) ### Bug Fixes diff --git a/src/package.lib.json b/src/package.lib.json index cfb69e0..a3b10d3 100644 --- a/src/package.lib.json +++ b/src/package.lib.json @@ -1,6 +1,6 @@ { "name": "racing-bars", - "version": "0.1.2", + "version": "0.2.0", "description": "Bar chart race made easy 📶", "author": "Hatem Hosny", "license": "MIT",