diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f8fb0..eac6dc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [3.1.3](https://github.com/SauravKanchan/svelte-chartjs/compare/v3.1.2...v3.1.3) (2024-01-30) + + +### Bug Fixes + +* **deps:** update dependency svelte to v4 ([c8a12cc](https://github.com/SauravKanchan/svelte-chartjs/commit/c8a12ccdf837121fc48ac6947d540a011f89561d)) +* **size:** update size test to use the new build ([c850b88](https://github.com/SauravKanchan/svelte-chartjs/commit/c850b88352560376224e086a3bd3b66e0c7e09d5)) + ### [3.1.2](https://github.com/SauravKanchan/svelte-chartjs/compare/v3.1.1...v3.1.2) (2023-01-18) diff --git a/package.json b/package.json index a89ab2f..6478ffa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-chartjs", - "version": "3.1.2", + "version": "3.1.3", "author": "Saurav Kanchan", "homepage": "https://saurav.tech/mdbsvelte/?path=/story/charts--examples", "license": "MIT",