Skip to content

Commit

Permalink
Update to numbro 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminVanRyseghem committed Jan 18, 2019
1 parent 4a2d907 commit ab5a46b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "numbro",
"repo": "BenjaminVanRyseghem/numbro",
"version": "2.1.1",
"version": "2.1.2",
"description": "Format and manipulate numbers.",
"keywords": [
"numeral",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "numbro",
"repo": "BenjaminVanRyseghem/numbro",
"version": "2.1.1",
"version": "2.1.2",
"description": "Format and manipulate numbers.",
"keywords": [
"numeral",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "numbro",
"version": "2.1.1",
"version": "2.1.2",
"description": "Format and manipulate numbers.",
"homepage": "http://numbrojs.com",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/numbro.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* SOFTWARE.
*/

const VERSION = "2.1.1";
const VERSION = "2.1.2";

const globalState = require("./globalState");
const validator = require("./validating");
Expand Down

0 comments on commit ab5a46b

Please sign in to comment.