Skip to content

Commit

Permalink
chore: v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Sep 29, 2020
1 parent 340de22 commit 779529b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@
- Switched to `moo-color` for color parsing
- Added contributors to markdown document
- New Contributor [@evanoc0](https://github.com/evanoc0)
- New Contributor [@FeliciousX](https://github.com/FeliciousX)
- Add 2 methods of DOMMatrix [#70](https://github.com/hustcc/jest-canvas-mock/pull/70)

## Version 2.2.0

Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -178,6 +178,7 @@ canvas.toDataURL.mockReturnValueOnce(
- [@hustcc](https://github.com/hustcc)
- [@jtenner](https://github.com/jtenner)
- [@evanoc0](https://github.com/evanoc0)
- [@FeliciousX](https://github.com/FeliciousX)

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jest-canvas-mock",
"version": "2.2.0",
"version": "2.3.0",
"description": "Mock a canvas in your jest tests.",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 779529b

Please sign in to comment.