Skip to content

Commit 0379a8b

Browse files
committed
chore(release): 3.1.0
1 parent 112b2fa commit 0379a8b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [3.1.0](https://github.com/SauravKanchan/svelte-chartjs/compare/v3.0.1...v3.1.0) (2022-11-17)
6+
7+
8+
### Features
9+
10+
* add chart.js v4 support ([#86](https://github.com/SauravKanchan/svelte-chartjs/issues/86)) ([cbc497c](https://github.com/SauravKanchan/svelte-chartjs/commit/cbc497c020b3e810acef8d0fb7a6cbe68d77e0f7))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency chart.js to v4 ([#84](https://github.com/SauravKanchan/svelte-chartjs/issues/84)) ([112b2fa](https://github.com/SauravKanchan/svelte-chartjs/commit/112b2faca1e383db4b14ed5c9578a1d1ec0ff538))
16+
517
### [3.0.1](https://github.com/SauravKanchan/svelte-chartjs/compare/v3.0.0...v3.0.1) (2022-09-20)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-chartjs",
33
"type": "module",
4-
"version": "3.0.1",
4+
"version": "3.1.0",
55
"author": "Saurav Kanchan",
66
"homepage": "https://saurav.tech/mdbsvelte/?path=/story/charts--examples",
77
"license": "MIT",

0 commit comments

Comments
 (0)