From c8d99d8466b8647a50415272c1875ac2533f5afd Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Tue, 6 Feb 2024 08:39:43 -0600 Subject: [PATCH] chore(release): 3.1.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f376ee3..e9656cb 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. +### [3.1.5](https://github.com/SauravKanchan/svelte-chartjs/compare/v3.1.4...v3.1.5) (2024-02-06) + + +### Bug Fixes + +* **exports:** update types path to use the correct type def ([539e2c7](https://github.com/SauravKanchan/svelte-chartjs/commit/539e2c74f6900cd301d643e454865918c010a979)) + ### [3.1.4](https://github.com/SauravKanchan/svelte-chartjs/compare/v3.1.3...v3.1.4) (2024-01-30) ### [3.1.3](https://github.com/SauravKanchan/svelte-chartjs/compare/v3.1.2...v3.1.3) (2024-01-30) diff --git a/package.json b/package.json index e74b47a..19f18c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-chartjs", - "version": "3.1.4", + "version": "3.1.5", "author": "Saurav Kanchan", "homepage": "https://saurav.tech/mdbsvelte/?path=/story/charts--examples", "license": "MIT",