diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8b2348..1cf9c123 100644 --- a/CHANGELOG.md +++ b/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) @@ -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 - diff --git a/package.json b/package.json index a44e3664..b11a2f4f 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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": {