Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Aug 8, 2022
1 parent 3e3a0e0 commit 4f4bb29
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,21 @@
# Changelog

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.

## [1.0.0](https://github.com/chartist-js/chartist/compare/v0.11.4...v1.0.0) (2022-08-08)


### ⚠ BREAKING CHANGES

* [new exports names](https://github.com/chartist-js/chartist#esm)
* methods in EventEmitter were renamed: `addEventHandler` -> `on`, `removeEventHandler` -> `off` ([73e1c44](https://github.com/chartist-js/chartist/commit/73e1c44dc1abab4938dc623a3dc22caad92af6a8))

### Features

* [TypeScript support](https://github.com/chartist-js/chartist#typescript) ([ee4106e](https://github.com/chartist-js/chartist/commit/ee4106e04f3c081805dd79675340378f895c8290))
* [ESM support](https://github.com/chartist-js/chartist#esm)


v0.11.0 - 11 Apr 2017
- Added CSP compatibility by using CSSOM instead of style attributes (Francisco Silva)
- Added feature to render pie / donut chart as solid shape, allowing outlines (Sergey Kovalyov, Chris Carson)
Expand Down Expand Up @@ -229,4 +247,3 @@ v0.4.0 - 17 Nov 2014
- Including event when line and area is drawn
- Changed default scaleMinSpace to 20 to be more mobile friendly
- Fixed bug with line area base

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -9,11 +9,11 @@
"licenses": [
{
"type": "WTFPL",
"url": "https://github.com/chartist-js/chartist/blob/master/LICENSE-WTFPL"
"url": "https://github.com/chartist-js/chartist/blob/main/LICENSE-WTFPL"
},
{
"type": "MIT",
"url": "https://github.com/chartist-js/chartist/blob/master/LICENSE-MIT"
"url": "https://github.com/chartist-js/chartist/blob/main/LICENSE-MIT"
}
],
"repository": {
Expand Down Expand Up @@ -72,7 +72,7 @@
"commit": "cz",
"bumpVersion": "standard-version",
"createGithubRelease": "simple-github-release",
"release": "pnpm bumpVersion && git push origin master --tags && pnpm createGithubRelease",
"release": "pnpm bumpVersion && git push origin main --tags && pnpm createGithubRelease",
"updateGitHooks": "simple-git-hooks"
},
"devDependencies": {
Expand Down

0 comments on commit 4f4bb29

Please sign in to comment.