Skip to content

Commit

Permalink
Updated: Bumped the version and appended to the change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjbradley committed Jul 26, 2013
1 parent 09ff3ed commit fe4cbb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

**2.4.1 (Jul. 26, 2013)**

- Fixed a bug where onDrawEnd was firing too often and at incorrect times, [Issue #84](https://github.com/thomasjbradley/signature-pad/issues/84)

**2.4.0 (Jul. 16, 2013)**

- Added Grunt.js as the build tool
Expand Down
2 changes: 1 addition & 1 deletion jquery.signaturepad.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signature-pad",
"version": "2.4.0",
"version": "2.4.1",
"private": true,
"license": "BSD-3-CLAUSE",
"description": "SignaturePad: A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.",
Expand Down

0 comments on commit fe4cbb8

Please sign in to comment.