diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a1b2d40 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 1.0.0 (2021-01-30) + + +### Features + +* **api:** Initial release ([313badc](https://github.com/jpgarcia/bsc-scan/commit/313badcd6b6bf1f078eb9d95b83263f4eb2213db)) diff --git a/package.json b/package.json index 66c38bb..b4bb4fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bsc-scan", - "version": "0.0.1", + "version": "1.0.0", "description": "Node.js package to interact with official BscScan API", "repository": "https://github.com/jpgarcia/bsc-scan", "author": "Juan Pablo Garcia",