Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminVanRyseghem committed Apr 21, 2015
1 parent 38be4a7 commit 8a83f88
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
### 1.0.5

- Improve release process. Thanks @Graham42
- Update the `README` file. Thanks @Graham42
- Add support for filipino. Thanks @Graham42 and @mjmaix
- Add support for farsi. Thanks @Graham42 and @neo13
- Fixes Danish currency symbol. Thanks @Graham42 and @philostler
- Fices npm/bower dependencies. Thanks @BenjaminVanRyseghem
- Numeral-js leftovers clean up. Thanks @uniphil
- Update homepage url. Thanks @BenjaminVanRyseghem
- Rebase on Numeraljs to keep git history. Thanks @uniphil @Graham42

### 1.0.4

Fork `numeraljs` v1.5.3, renaming everything to `numbro`

----

_For changes before `numbro` forked [`numeral-js`](https://github.com/adamwdraper/Numeral-js), see
[CHANGELOG-Numeraljs.md](CHANGELOG-Numeraljs.md)._
_For changes before `numbro` forked [`numeral-js`](https://github.com/adamwdraper/Numeral-js), see [CHANGELOG-Numeraljs.md](CHANGELOG-Numeraljs.md)._
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": "foretagsplatsen/numbro",
"version": "1.0.4",
"version": "1.0.5",
"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": "foretagsplatsen/numbro",
"version": "1.0.4",
"version": "1.0.5",
"description": "Format and manipulate numbers.",
"keywords": [
"numeral",
Expand Down
4 changes: 2 additions & 2 deletions numbro.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* numbro.js
* version : 1.0.4
* version : 1.0.5
* author : Företagsplatsen AB
* license : MIT
* http://www.foretagsplatsen.se
Expand All @@ -13,7 +13,7 @@
************************************/

var numbro,
VERSION = '1.0.4',
VERSION = '1.0.5',
// internal storage for language config files
languages = {},
currentLanguage = 'en-US',
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": "1.0.4",
"version": "1.0.5",
"description": "Format and manipulate numbers.",
"homepage": "http://numbrojs.com",
"author": {
Expand Down

0 comments on commit 8a83f88

Please sign in to comment.