Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Oct 26, 2018
1 parent f9bb8af commit 2f2a648
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ And a jsFiddle was created to aid in testing: https://jsfiddle.net/Mottie/t2etyo

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

### v2.0.0 – 2.0.4 (2018-10-26)
### v2.0.0 – 2.0.5 (2018-10-26)

* Add `ignoreSign` option (modified to `enforeceMaskSign`!).
* Switch to XO, AVA & rollup.
Expand Down
2 changes: 1 addition & 1 deletion lib/format.esm.js
Expand Up @@ -8,7 +8,7 @@
* @copyright 2018 ecava
* @license MIT
* @link http://mottie.github.com/javascript-number-formatter/
* @version 2.0.4
* @version 2.0.5
*/
const maskRegex = /[0-9\-+#]/;
const notMaskRegex = /[^\d\-+#]/g;
Expand Down
2 changes: 1 addition & 1 deletion lib/format.js
Expand Up @@ -8,7 +8,7 @@
* @copyright 2018 ecava
* @license MIT
* @link http://mottie.github.com/javascript-number-formatter/
* @version 2.0.4
* @version 2.0.5
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "number-format.js",
"nick": "javascript-number-formatter",
"description": "Lightweight & Fast JavaScript Number Formatter",
"version": "2.0.4",
"version": "2.0.5",
"homepage": "http://mottie.github.com/javascript-number-formatter/",
"main": "lib/format.min.js",
"demo": "https://github.com/Mottie/javascript-number-formatter/index.html",
Expand Down

0 comments on commit 2f2a648

Please sign in to comment.