Skip to content

Commit 2a72932

Browse files
committed
2.0.3
1 parent 4d2eefc commit 2a72932

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ And a jsFiddle was created to aid in testing: https://jsfiddle.net/Mottie/t2etyo
7171

7272
View the [complete change log here](https://github.com/Mottie/javascript-number-formatter/wiki).
7373

74-
### v2.0.0 – 2.0.2 (2018-10-26)
74+
### v2.0.0 – 2.0.3 (2018-10-26)
7575

7676
* Add `ignoreSign` option (modified to `enforeceMaskSign`!).
7777
* Switch to XO, AVA & rollup.

lib/format.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright 2018 ecava
99
* @license MIT
1010
* @link http://mottie.github.com/javascript-number-formatter/
11-
* @version 2.0.2
11+
* @version 2.0.3
1212
*/
1313
const maskRegex = /[0-9\-+#]/;
1414
const notMaskRegex = /[^\d\-+#]/g;

lib/format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright 2018 ecava
99
* @license MIT
1010
* @link http://mottie.github.com/javascript-number-formatter/
11-
* @version 2.0.2
11+
* @version 2.0.3
1212
*/
1313
(function (global, factory) {
1414
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "number-format.js",
33
"nick": "javascript-number-formatter",
44
"description": "Lightweight & Fast JavaScript Number Formatter",
5-
"version": "2.0.2",
5+
"version": "2.0.3",
66
"homepage": "http://mottie.github.com/javascript-number-formatter/",
77
"main": "lib/format.min.js",
88
"demo": "https://github.com/Mottie/javascript-number-formatter/index.html",

0 commit comments

Comments
 (0)