Skip to content

Commit

Permalink
chore(release): 4.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.7](v4.0.6...v4.0.7) (2022-07-21)

### Bug Fixes

* use canvas.ownerDocument in mouse events in case it is different from window.document ([#637](#637)) ([636a503](636a503))
  • Loading branch information
semantic-release-bot committed Jul 21, 2022
1 parent 76a1add commit 2e2373d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.7](https://github.com/szimek/signature_pad/compare/v4.0.6...v4.0.7) (2022-07-21)


### Bug Fixes

* use canvas.ownerDocument in mouse events in case it is different from window.document ([#637](https://github.com/szimek/signature_pad/issues/637)) ([636a503](https://github.com/szimek/signature_pad/commit/636a503d7e850a3e3d7489396f3e116c0e11aeb1))

## [4.0.6](https://github.com/szimek/signature_pad/compare/v4.0.5...v4.0.6) (2022-07-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "signature_pad",
"description": "Library for drawing smooth signatures.",
"version": "4.0.6",
"version": "4.0.7",
"homepage": "https://github.com/szimek/signature_pad",
"author": {
"name": "Szymon Nowak",
Expand Down

0 comments on commit 2e2373d

Please sign in to comment.