From f444dac3f2c1e64cc6f6eec2141ae9170eeb7897 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Jan 2021 00:53:07 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-01-30) ### Features * **api:** Initial release ([313badc](https://github.com/jpgarcia/bsc-scan/commit/313badcd6b6bf1f078eb9d95b83263f4eb2213db)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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",