From 418ebc924f36ba32eea48d79034a418042139c9e Mon Sep 17 00:00:00 2001 From: dangreen Date: Thu, 20 Jul 2023 19:51:52 +0400 Subject: [PATCH] chore(release): 4.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5145f885..11b0448a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.0.1](https://github.com/RakanNimer/react-google-charts/compare/v4.0.0...v4.0.1) (2023-07-20) + + +### Bug Fixes + +* fix problem loading events in tables when displayed for the first time ([#709](https://github.com/RakanNimer/react-google-charts/issues/709)) ([b2ce2c3](https://github.com/RakanNimer/react-google-charts/commit/b2ce2c330c4951f6735e44e943c3556a8651c58a)) + ## [4.0.0](https://github.com/RakanNimer/react-google-charts/compare/v2.0.29...v4.0.0) (2022-01-20) diff --git a/package.json b/package.json index d2dc1a25..b1297724 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-google-charts", - "version": "4.0.0", + "version": "4.0.1", "description": "react-google-charts React component", "type": "module", "sideEffects": false,