@@ -1,6 +1,6 @@
# Change Log
-## [UNRELEASED]
+## [4.0.1 - 2018-09-14]
### Updates
- <strong>remove phone alias</strong> (~ use https://github.com/RobinHerbots/inputmask.phone or https://github.com/andr-04/inputmask-multi instead) #1981
{
"name": "inputmask",
- "version": "4.0.1-beta.39",
+ "version": "4.0.1",
"main": [
"./index.js",
"./css/inputmask.css"
@@ -1,7 +1,7 @@
"name": "robinherbots/inputmask",
"description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.",
"type": "library",
"keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
"homepage": "http://robinherbots.github.io/Inputmask",
@@ -3,7 +3,7 @@
* https://github.com/RobinHerbots/Inputmask
* Copyright (c) 2010 - 2018 Robin Herbots
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-* Version: 4.0.1-beta.39
+* Version: 4.0.1
*/
(function(factory) {
if (typeof define === "function" && define.amd) define(function() {
(function(modules) {
(function(factory){if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else if(typeof exports==="object"){module.exports=factory(require("jquery"))}else{window.dependencyLib=factory(jQuery)}})(function($){return $});
if(typeof define==="function"&&define.amd)define(function(){return document});else if(typeof exports==="object")module.exports=document;
if(typeof define==="function"&&define.amd)define(function(){return window});else if(typeof exports==="object")module.exports=window;
"main": "index.js",
"files": [