Skip to content

Commit

Permalink
Synchronizes the AutoNumeric version with the published npm one
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
  • Loading branch information
AlexandreBonneau committed Feb 15, 2020
1 parent 737edcd commit 6ad46df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
## Changelog for autoNumeric

### 4.5.12
+ Synchronizes the AutoNumeric version with the published npm one

### 4.5.11
+ Adds a typescript definitions file to the library
+ Fixes some errors in the typescript definitions file and fixes the indentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "autonumeric",
"version": "4.5.11",
"version": "4.5.12",
"description": "autoNumeric is a standalone Javascript library that provides live *as-you-type* formatting for international numbers and currencies. It supports most international numeric formats and currencies including those used in Europe, Asia, and North and South America.",
"main": "dist/autoNumeric.js",
"browser": "dist/autoNumeric.min.js",
Expand Down
6 changes: 3 additions & 3 deletions src/AutoNumeric.js
@@ -1,8 +1,8 @@
/**
* AutoNumeric.js
*
* @version 4.5.11
* @date 2020-02-15 UTC 19:25
* @version 4.5.12
* @date 2020-02-15 UTC 19:45
*
* @authors Bob Knothe, Alexandre Bonneau
* @contributors Sokolov Yura and others, cf. AUTHORS
Expand Down Expand Up @@ -909,7 +909,7 @@ export default class AutoNumeric {
* @returns {string}
*/
static version() {
return '4.5.11';
return '4.5.12';
}

/**
Expand Down

0 comments on commit 6ad46df

Please sign in to comment.