Skip to content

Commit b3bff4e

Browse files
committed
chore(release): 2.0.0
1 parent 82b871b commit b3bff4e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
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.
4+
5+
## 2.0.0 (2022-07-20)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* svelte files were removed from the package, now you should use named exports
11+
* add typescript and tree-shaking for chart.js imports
12+
13+
### Features
14+
15+
* add typescript ([#41](https://github.com/SauravKanchan/svelte-chartjs/issues/41)) ([2fe9aba](https://github.com/SauravKanchan/svelte-chartjs/commit/2fe9aba8d38372faee710e68746c5de20b27ba6e))
16+
17+
18+
### Bug Fixes
19+
20+
* **base:** Add chart.destroy() to fix memory leak. Fixes [#25](https://github.com/SauravKanchan/svelte-chartjs/issues/25) ([d49ffa1](https://github.com/SauravKanchan/svelte-chartjs/commit/d49ffa1c015282bb0551e26a94341491a986981c))
21+
22+
23+
* remove svelte files from package ([#54](https://github.com/SauravKanchan/svelte-chartjs/issues/54)) ([82b871b](https://github.com/SauravKanchan/svelte-chartjs/commit/82b871b1b54baa89a28c3e60256f85ed5aff7fed))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-chartjs",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"author": "Saurav Kanchan",
55
"homepage": "https://saurav.tech/mdbsvelte/?path=/story/charts--examples",
66
"license": "MIT",

0 commit comments

Comments
 (0)