diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ef0f9..e1718e6 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. +### [2.1.1](https://github.com/SauravKanchan/svelte-chartjs/compare/v2.1.0...v2.1.1) (2022-08-29) + + +### Bug Fixes + +* chart ref prop type fix ([#70](https://github.com/SauravKanchan/svelte-chartjs/issues/70)) ([893d78c](https://github.com/SauravKanchan/svelte-chartjs/commit/893d78cae03c5ccb43dacabcf1b27bff958b1a5c)) + ## [2.1.0](https://github.com/SauravKanchan/svelte-chartjs/compare/v2.0.1...v2.1.0) (2022-08-17) diff --git a/package.json b/package.json index 51e9aa7..7b46608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-chartjs", - "version": "2.1.0", + "version": "2.1.1", "author": "Saurav Kanchan", "homepage": "https://saurav.tech/mdbsvelte/?path=/story/charts--examples", "license": "MIT",