Skip to content

Commit

Permalink
chore(release): 4.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.1](v4.1.0...v4.1.1) (2022-10-31)

### Bug Fixes

* Fix empty `toDataURL()` in TypeScript ([#672](#672)) ([0ce27f0](0ce27f0))
  • Loading branch information
semantic-release-bot committed Oct 31, 2022
1 parent 4d9f5a7 commit 910d934
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [4.1.1](https://github.com/szimek/signature_pad/compare/v4.1.0...v4.1.1) (2022-10-31)


### Bug Fixes

* Fix empty `toDataURL()` in TypeScript ([#672](https://github.com/szimek/signature_pad/issues/672)) ([0ce27f0](https://github.com/szimek/signature_pad/commit/0ce27f0124b4694535e122d60334eb30cf789038))

# [4.1.0](https://github.com/szimek/signature_pad/compare/v4.0.10...v4.1.0) (2022-10-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "signature_pad",
"description": "Library for drawing smooth signatures.",
"version": "4.1.0",
"version": "4.1.1",
"homepage": "https://github.com/szimek/signature_pad",
"author": {
"name": "Szymon Nowak",
Expand Down

0 comments on commit 910d934

Please sign in to comment.