Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Sep 19, 2022
1 parent 3bd5b9f commit 5e2dcfb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.0.0](https://github.com/SauravKanchan/svelte-chartjs/compare/v2.1.1...v3.0.0) (2022-09-19)


### ⚠ BREAKING CHANGES

* now package is module type, new exports in package.json

### build

* use svelte-package ([#75](https://github.com/SauravKanchan/svelte-chartjs/issues/75)) ([1eb4efe](https://github.com/SauravKanchan/svelte-chartjs/commit/1eb4efefffb367fe0338e37c89d20f89dcdff807))

### [2.1.1](https://github.com/SauravKanchan/svelte-chartjs/compare/v2.1.0...v2.1.1) (2022-08-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-chartjs",
"type": "module",
"version": "2.1.1",
"version": "3.0.0",
"author": "Saurav Kanchan",
"homepage": "https://saurav.tech/mdbsvelte/?path=/story/charts--examples",
"license": "MIT",
Expand Down

0 comments on commit 5e2dcfb

Please sign in to comment.