From ed4808660b67d75794978bb85daee2f87941b810 Mon Sep 17 00:00:00 2001 From: Jason Quense Date: Tue, 24 May 2016 14:55:35 -0400 Subject: [PATCH] v3.2.0 --- CHANGES.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c9c1b42..fa2ef21 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,12 @@ +## 3.2.0 / 2016-05-24 + +* Allow dynamic pattern updating [[martyphee][martyphee]] + ## 3.1.3 / 2016-05-02 * Don’t call `onChange` function if undefined. * Update nwb to 0.9.x - +s ## 3.1.2 / 2016-04-11 * Support for React 15.x.x @@ -60,3 +64,4 @@ Initial release features: [jquense]: https://github.com/jquense [muffinresearch]: https://github.com/muffinresearch +[martyphee]: https://github.com/martyphee diff --git a/package.json b/package.json index a9ecc3f..9935e8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-maskedinput", "description": "Masked React component", - "version": "3.1.3", + "version": "3.2.0", "main": "./lib/index.js", "jsnext:main": "es6/index.js", "standalone": "MaskedInput",