From c82111431e204d1e68b54895b8f0fd53f8db2aba Mon Sep 17 00:00:00 2001 From: dangreen Date: Mon, 29 Aug 2022 23:10:21 +0400 Subject: [PATCH] chore(release): 2.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",