Skip to content

Commit 4f4bb29

Browse files
committed
chore(release): 1.0.0
1 parent 3e3a0e0 commit 4f4bb29

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
## [1.0.0](https://github.com/chartist-js/chartist/compare/v0.11.4...v1.0.0) (2022-08-08)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* [new exports names](https://github.com/chartist-js/chartist#esm)
11+
* methods in EventEmitter were renamed: `addEventHandler` -> `on`, `removeEventHandler` -> `off` ([73e1c44](https://github.com/chartist-js/chartist/commit/73e1c44dc1abab4938dc623a3dc22caad92af6a8))
12+
13+
### Features
14+
15+
* [TypeScript support](https://github.com/chartist-js/chartist#typescript) ([ee4106e](https://github.com/chartist-js/chartist/commit/ee4106e04f3c081805dd79675340378f895c8290))
16+
* [ESM support](https://github.com/chartist-js/chartist#esm)
17+
18+
119
v0.11.0 - 11 Apr 2017
220
- Added CSP compatibility by using CSSOM instead of style attributes (Francisco Silva)
321
- Added feature to render pie / donut chart as solid shape, allowing outlines (Sergey Kovalyov, Chris Carson)
@@ -229,4 +247,3 @@ v0.4.0 - 17 Nov 2014
229247
- Including event when line and area is drawn
230248
- Changed default scaleMinSpace to 20 to be more mobile friendly
231249
- Fixed bug with line area base
232-

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"licenses": [
1010
{
1111
"type": "WTFPL",
12-
"url": "https://github.com/chartist-js/chartist/blob/master/LICENSE-WTFPL"
12+
"url": "https://github.com/chartist-js/chartist/blob/main/LICENSE-WTFPL"
1313
},
1414
{
1515
"type": "MIT",
16-
"url": "https://github.com/chartist-js/chartist/blob/master/LICENSE-MIT"
16+
"url": "https://github.com/chartist-js/chartist/blob/main/LICENSE-MIT"
1717
}
1818
],
1919
"repository": {
@@ -72,7 +72,7 @@
7272
"commit": "cz",
7373
"bumpVersion": "standard-version",
7474
"createGithubRelease": "simple-github-release",
75-
"release": "pnpm bumpVersion && git push origin master --tags && pnpm createGithubRelease",
75+
"release": "pnpm bumpVersion && git push origin main --tags && pnpm createGithubRelease",
7676
"updateGitHooks": "simple-git-hooks"
7777
},
7878
"devDependencies": {

0 commit comments

Comments
 (0)