From ab5a46bc217ecc783923b757bf3ecc6cd444a35e Mon Sep 17 00:00:00 2001 From: Benjamin Van Ryseghem Date: Fri, 18 Jan 2019 18:35:50 +0100 Subject: [PATCH] Update to numbro 2.1.2 --- CHANGELOG.md | 6 ++++-- bower.json | 2 +- component.json | 2 +- package.json | 2 +- src/numbro.js | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c68416..2315b767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -### Next +### 2.1.2 -- Fix #328: Fixed unformat for non standard delimiters +- Fix 399: Update dependencies. Thanks @baer +- Fix #390: Small changes to doc comments. Thanks @cnrudd +- Fix #328: Fixed unformat for non standard delimiters. Thanks @jkettmann ### 2.1.1 diff --git a/bower.json b/bower.json index 58a2a3aa..323be11a 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "numbro", "repo": "BenjaminVanRyseghem/numbro", - "version": "2.1.1", + "version": "2.1.2", "description": "Format and manipulate numbers.", "keywords": [ "numeral", diff --git a/component.json b/component.json index 58a2a3aa..323be11a 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "numbro", "repo": "BenjaminVanRyseghem/numbro", - "version": "2.1.1", + "version": "2.1.2", "description": "Format and manipulate numbers.", "keywords": [ "numeral", diff --git a/package.json b/package.json index db42889f..3bb439a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "numbro", - "version": "2.1.1", + "version": "2.1.2", "description": "Format and manipulate numbers.", "homepage": "http://numbrojs.com", "author": { diff --git a/src/numbro.js b/src/numbro.js index 5914dd01..df04ed75 100644 --- a/src/numbro.js +++ b/src/numbro.js @@ -20,7 +20,7 @@ * SOFTWARE. */ -const VERSION = "2.1.1"; +const VERSION = "2.1.2"; const globalState = require("./globalState"); const validator = require("./validating");