diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec309c..7371f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/jpgarcia/bsc-scan/compare/v1.1.0...v1.2.0) (2021-06-24) + + +### Features + +* add new api method (force release) ([4088153](https://github.com/jpgarcia/bsc-scan/commit/40881536126b0563ddd346fdba8a7ffa3a0c15ec)) + # [1.1.0](https://github.com/jpgarcia/bsc-scan/compare/v1.0.0...v1.1.0) (2021-01-30) diff --git a/package.json b/package.json index e21d93d..553daa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsc-scan", - "version": "1.1.0", + "version": "1.2.0", "description": "Node.js package to interact with official BscScan API", "repository": "https://github.com/jpgarcia/bsc-scan", "author": "Juan Pablo Garcia",