From 8a83f88c7c474a6cc59d2a61fc5dd93705508bd7 Mon Sep 17 00:00:00 2001 From: Benjamin Van Ryseghem Date: Tue, 21 Apr 2015 20:18:11 +0200 Subject: [PATCH] Release 1.0.5 --- CHANGELOG.md | 15 +++++++++++++-- bower.json | 2 +- component.json | 2 +- numbro.js | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95595881..fbca61d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)._ diff --git a/bower.json b/bower.json index b54a7f38..2b4bfd0c 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "numbro", "repo": "foretagsplatsen/numbro", - "version": "1.0.4", + "version": "1.0.5", "description": "Format and manipulate numbers.", "keywords": [ "numeral", diff --git a/component.json b/component.json index 594b6f4b..09fcf874 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "numbro", "repo": "foretagsplatsen/numbro", - "version": "1.0.4", + "version": "1.0.5", "description": "Format and manipulate numbers.", "keywords": [ "numeral", diff --git a/numbro.js b/numbro.js index 3ec5bd22..226af0af 100644 --- a/numbro.js +++ b/numbro.js @@ -1,6 +1,6 @@ /*! * numbro.js - * version : 1.0.4 + * version : 1.0.5 * author : Företagsplatsen AB * license : MIT * http://www.foretagsplatsen.se @@ -13,7 +13,7 @@ ************************************/ var numbro, - VERSION = '1.0.4', + VERSION = '1.0.5', // internal storage for language config files languages = {}, currentLanguage = 'en-US', diff --git a/package.json b/package.json index b546c133..b8e7d8d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "numbro", - "version": "1.0.4", + "version": "1.0.5", "description": "Format and manipulate numbers.", "homepage": "http://numbrojs.com", "author": {