diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ab13e..6e1e539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## Version 2.4.0 + +- fix(window): avoid global.window redefinition (#91) +- feat: add translate, translateSelf, scale and scaleSelf to DOMMatrix (#83) +- optimize(Path2D): replace reassign-concat with for-push (#76) +- test: add test for vis @antv/g2plot (#79) +- fix(setLineDash): rename parameter value to segments (#74) +- fix(clip): delete clipping region with restore (#73) + ## Version 2.3.0 - Added Prettier code style diff --git a/package.json b/package.json index db954b8..bf5973f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-canvas-mock", - "version": "2.3.1", + "version": "2.4.0", "description": "Mock a canvas in your jest tests.", "main": "lib/index.js", "types": "types/index.d.ts",