diff --git a/CHANGELOG.md b/CHANGELOG.md index 4217d8ba..09a1bae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -### master +### 2.3.0 #### Bug Fixes * Updated demo to call `SignaturePad#clear` on window resize, to make sure that `SignaturePad#isEmpty` returns the correct value. Closes [#94](https://github.com/szimek/signature_pad/issues/94). diff --git a/README.md b/README.md index 05973882..4f9f924e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Signature Pad [![npm](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=2.2.1&x2=0)](https://www.npmjs.com/package/signature_pad) [![Code Climate](https://codeclimate.com/github/szimek/signature_pad.png)](https://codeclimate.com/github/szimek/signature_pad) +# Signature Pad [![npm](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=2.3.0&x2=0)](https://www.npmjs.com/package/signature_pad) [![Code Climate](https://codeclimate.com/github/szimek/signature_pad.png)](https://codeclimate.com/github/szimek/signature_pad) Signature Pad is a JavaScript library for drawing smooth signatures. It's HTML5 canvas based and uses variable width Bézier curve interpolation based on [Smoother Signatures](http://corner.squareup.com/2012/07/smoother-signatures.html) post by [Square](https://squareup.com). diff --git a/example/js/signature_pad.js b/example/js/signature_pad.js index cd9bbc14..cf7ad862 100644 --- a/example/js/signature_pad.js +++ b/example/js/signature_pad.js @@ -1,5 +1,5 @@ /*! - * Signature Pad v2.2.1 + * Signature Pad v2.3.0 * https://github.com/szimek/signature_pad * * Copyright 2017 Szymon Nowak diff --git a/package.json b/package.json index 833881e0..8dc820e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "signature_pad", "description": "Library for drawing smooth signatures.", - "version": "2.2.1", + "version": "2.3.0", "homepage": "https://github.com/szimek/signature_pad", "author": { "name": "Szymon Nowak",