From 19f5bbb42154b1cb4fa6c48e0d9cda5a4d022cdc Mon Sep 17 00:00:00 2001 From: Jianqi Pan Date: Wed, 20 Sep 2023 18:29:14 +0900 Subject: [PATCH] :bookmark: version: 3.3.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d0897..a30524f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## v3.3.1 + +[compare changes](https://github.com/Jannchie/anichart.js/compare/v3.3.0...v3.3.1) + +### 🩹 Fixes + +- **bar:** X axis domain ([d5920c5](https://github.com/Jannchie/anichart.js/commit/d5920c5)) + +### ❤️ Contributors + +- Jianqi Pan ([@Jannchie](http://github.com/Jannchie)) + ## ver 3.2.0 [2022-10-07] - In the Stage component, use the async and await syntax. diff --git a/package.json b/package.json index 9803d10..995897d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anichart", - "version": "3.3.0", + "version": "3.3.1", "description": "Data visualization animation library", "author": "jannchie ", "license": "MIT", @@ -101,4 +101,4 @@ "data", "visualization" ] -} +} \ No newline at end of file