We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5425fce commit e6f6004Copy full SHA for e6f6004
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+1.0.3 - September, 07 2018
2
+
3
+* 5425fce Fix: babel runtime (#1) (Lukas Aichbauer)
4
5
1.0.2 - April, 05 2018
6
7
* 671b0d9 Docs: fix syntax section (aichbauer)
package.json
@@ -1,6 +1,6 @@
{
"name": "convert-string-to-number",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Convert a string to its numerical value (float or integer)",
"main": "./lib/index.js",
"repository": "https://www.github.com/aichbauer/node-convert-string-to-number",
0 commit comments