diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b2d40..4ec309c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.1.0](https://github.com/jpgarcia/bsc-scan/compare/v1.0.0...v1.1.0) (2021-01-30) + + +### Bug Fixes + +* fix lodash dependencies ([9c5098b](https://github.com/jpgarcia/bsc-scan/commit/9c5098bad567e9cc4a2353eab32d5b0946921619)), closes [#1](https://github.com/jpgarcia/bsc-scan/issues/1) + + +### Features + +* improve api ([48e4d77](https://github.com/jpgarcia/bsc-scan/commit/48e4d77f330926fe048a542e5cade5385d6dddca)), closes [#1](https://github.com/jpgarcia/bsc-scan/issues/1) + # 1.0.0 (2021-01-30) diff --git a/package.json b/package.json index 958d4de..e21d93d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsc-scan", - "version": "1.0.0", + "version": "1.1.0", "description": "Node.js package to interact with official BscScan API", "repository": "https://github.com/jpgarcia/bsc-scan", "author": "Juan Pablo Garcia",