Skip to content

Commit 5e2dcfb

Browse files
committed
chore(release): 3.0.0
1 parent 3bd5b9f commit 5e2dcfb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0.0](https://github.com/SauravKanchan/svelte-chartjs/compare/v2.1.1...v3.0.0) (2022-09-19)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* now package is module type, new exports in package.json
11+
12+
### build
13+
14+
* use svelte-package ([#75](https://github.com/SauravKanchan/svelte-chartjs/issues/75)) ([1eb4efe](https://github.com/SauravKanchan/svelte-chartjs/commit/1eb4efefffb367fe0338e37c89d20f89dcdff807))
15+
516
### [2.1.1](https://github.com/SauravKanchan/svelte-chartjs/compare/v2.1.0...v2.1.1) (2022-08-29)
617

718

package.json

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

0 commit comments

Comments
 (0)