Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Jul 4, 2017
1 parent 78c5099 commit f4cc837
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 4.0.0 / 2017-07-04

* Potential breaking change as the `peerDependencies` range has been changed from `"0.14.x || 15.x"` to `"^0.14.9 || ^15.3.0"`.

* Use `React.Component` instead of `React.createClass` and the `prop-types` package instead of `React.PropTypes` to silence deprecation warnings [[#94](https://github.com/insin/react-maskedinput/pull/94)] [[krvital][krvital]]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-maskedinput",
"version": "3.3.4",
"version": "4.0.0",
"description": "Masked <input/> React component",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -10,7 +10,7 @@
"umd"
],
"scripts": {
"build": "nwb build-react-component --no-polyfill",
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"lint": "eslint src tests",
"start": "nwb serve-react-demo",
Expand Down

0 comments on commit f4cc837

Please sign in to comment.