Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed May 28, 2021
1 parent 8c30eea commit fdecfb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,2 +1,5 @@
## 1.1.1 - 2021.05.28
- [#8](https://github.com/shrpne/from-exponential/pull/8) fix bug with negative exponents ([@paulrbeg](https://github.com/paulrberg))

## 1.1.0 - 2021.05.03
- add Typescript typings
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "from-exponential",
"version": "1.1.0",
"version": "1.1.1",
"description": "Lightweight module to convert number from exponential notaton to a human readable string",
"main": "dist/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit fdecfb6

Please sign in to comment.