Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminVanRyseghem committed May 30, 2020
1 parent dc53b43 commit 45eb6fb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Next

### 2.3.0

- Bump `lodash.template` to 4.5.0. Thanks @BenjaminVanRyseghem
- Fix TypeScript return type definition of `Format.currencySymbol`. Thanks @jarnovanleeuwen
- Fix #359: Add Bytes I18N possibility + French translation. Thanks @T0nio
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.2.0",
"version": "2.3.0",
"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.2",
"version": "2.2.0",
"description": "Format and manipulate numbers.",
"keywords": [
"numeral",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

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.2.0",
"version": "2.3.0",
"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.2";
const VERSION = "2.3.0";

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

0 comments on commit 45eb6fb

Please sign in to comment.