Skip to content

Commit

Permalink
build(*): v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Aug 19, 2019
1 parent 29374b5 commit 8b8676b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

# Version 2.1.1

- Feature: Support for ImageData instantiation using a source array(#45)

# Version 2.1.0

This minor version bump now has some major snapshot support but is backwards compatible.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jest-canvas-mock",
"version": "2.1.0",
"version": "2.1.1",
"description": "Mock a canvas in your jest tests.",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 8b8676b

Please sign in to comment.