From ad6013c1f8ef90227e1dbb82e6bff0ddcd251c79 Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Tue, 30 Jan 2024 17:34:55 -0600 Subject: [PATCH] chore(release): 3.1.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eac6dc1..f376ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.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 bff7984..f8c188e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-chartjs", - "version": "3.1.3", + "version": "3.1.4", "author": "Saurav Kanchan", "homepage": "https://saurav.tech/mdbsvelte/?path=/story/charts--examples", "license": "MIT",