diff --git a/CHANGELOG.md b/CHANGELOG.md index 4204963c..e0cfdd75 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.6](https://github.com/RakanNimer/react-google-charts/compare/v4.0.5...v4.0.6) (2024-09-27) + + +### Bug Fixes + +* mitigates the infinite loading issue while the root cause is being investigated ([9957ab7](https://github.com/RakanNimer/react-google-charts/commit/9957ab70249bc6ef92bf1a9b0eb10eb5a9a8168e)), closes [#710](https://github.com/RakanNimer/react-google-charts/issues/710) [#714](https://github.com/RakanNimer/react-google-charts/issues/714) [#714](https://github.com/RakanNimer/react-google-charts/issues/714) + ### [4.0.5](https://github.com/RakanNimer/react-google-charts/compare/v4.0.3...v4.0.5) (2024-09-22) ### [4.0.4](https://github.com/RakanNimer/react-google-charts/compare/v4.0.1...v4.0.4) (2024-09-22) diff --git a/package-lock.json b/package-lock.json index 6fe237d2..1e3fee96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-google-charts", - "version": "4.0.5", + "version": "4.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-google-charts", - "version": "4.0.5", + "version": "4.0.6", "license": "MIT", "devDependencies": { "@babel/core": "^7.16.0", diff --git a/package.json b/package.json index 033c1dce..f6878f2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-google-charts", - "version": "4.0.5", + "version": "4.0.6", "description": "react-google-charts React component", "type": "module", "sideEffects": false,