Skip to content

Commit

Permalink
Merge pull request adamwdraper#490 from adamwdraper/develop
Browse files Browse the repository at this point in the history
2.0.6
  • Loading branch information
adamwdraper authored Mar 27, 2017
2 parents cd9750d + 4f6246c commit 7de892f
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ See [the english unit tests](https://github.com/adamwdraper/Numeral-js/blob/mast

# Changelog

### 2.0.5
### 2.0.6

Bug fix: Multi letter currency symbols and spacing

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": "numeral",
"repo": "adamwdraper/Numeral-js",
"version": "2.0.5",
"version": "2.0.6",
"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": "numeral",
"repo": "adamwdraper/Numeral-js",
"version": "2.0.5",
"version": "2.0.6",
"description": "Format and manipulate numbers.",
"keywords": [
"numeral",
Expand Down
2 changes: 1 addition & 1 deletion locales.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! @preserve
* numeral.js
* locales : 2.0.5
* locales : 2.0.6
* license : MIT
* http://adamwdraper.github.com/Numeral-js/
*/
Expand Down
8 changes: 2 additions & 6 deletions min/locales.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion min/locales/nl-be.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion min/locales/nl-nl.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions min/locales/vi.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions min/numeral.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions numeral.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! @preserve
* numeral.js
* version : 2.0.5
* version : 2.0.6
* author : Adam Draper
* license : MIT
* http://adamwdraper.github.com/Numeral-js/
Expand All @@ -21,7 +21,7 @@

var numeral,
_,
VERSION = '2.0.5',
VERSION = '2.0.6',
formats = {},
locales = {},
defaults = {
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": "numeral",
"version": "2.0.5",
"version": "2.0.6",
"description": "Format and manipulate numbers.",
"homepage": "http://numeraljs.com",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions src/numeral.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! @preserve
* numeral.js
* version : 2.0.5
* version : 2.0.6
* author : Adam Draper
* license : MIT
* http://adamwdraper.github.com/Numeral-js/
Expand All @@ -21,7 +21,7 @@

var numeral,
_,
VERSION = '2.0.5',
VERSION = '2.0.6',
formats = {},
locales = {},
defaults = {
Expand Down
2 changes: 1 addition & 1 deletion templates/types.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! @preserve
* numeral.js
* <%= type %> : 2.0.5
* <%= type %> : 2.0.6
* license : MIT
* http://adamwdraper.github.com/Numeral-js/
*/
Expand Down

0 comments on commit 7de892f

Please sign in to comment.