Skip to content

Commit 72d4cdd

Browse files
committed
chore(release): 2.0.0
1 parent c9ae0a6 commit 72d4cdd

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/Stacktical/stacktical-developer-toolkit/compare/v1.5.0...v2.0.0) (2021-06-08)
6+
7+
8+
### Features
9+
10+
* chainlink node names with network name ([2b3bdb6](https://github.com/Stacktical/stacktical-developer-toolkit/commit/2b3bdb6041ff55cbb40fc8583dfddc58a18bf6f7))
11+
* deploying multiple messengers ([5c00e9e](https://github.com/Stacktical/stacktical-developer-toolkit/commit/5c00e9e998596185751f707dde4049353b35f04e))
12+
* deploying se without na ([51e7cf1](https://github.com/Stacktical/stacktical-developer-toolkit/commit/51e7cf1cf61b91ccb433451b54dffa72d981022f))
13+
* dev external adapter without network analytics ([7f3a8c9](https://github.com/Stacktical/stacktical-developer-toolkit/commit/7f3a8c9d11a9e4c2a4fd643f3636377fdb0c7e64))
14+
* dsla protocol 2.0.1 ([4e9e95a](https://github.com/Stacktical/stacktical-developer-toolkit/commit/4e9e95adbcda21380afffa76c065b729baa98815))
15+
* messenger contracts code ([17c8f81](https://github.com/Stacktical/stacktical-developer-toolkit/commit/17c8f816ad1f7ac685468af1c897886bb50bc265))
16+
* set precoordinator by use case name ([3e0d142](https://github.com/Stacktical/stacktical-developer-toolkit/commit/3e0d1424ff2dbe4dc7f2f9ad1885f565c82a8110))
17+
* staking efficiency v2 ([f8286ad](https://github.com/Stacktical/stacktical-developer-toolkit/commit/f8286adf70b165a341466a9de1cb5d7a5443e009))
18+
519
## [1.5.0](https://github.com/Stacktical/stacktical-developer-toolkit/compare/v1.4.0...v1.5.0) (2021-06-03)
620

721

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stacktical-developer-toolkit",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "Toolkit to deploy develop Chainlink Node, Graph Node, IPFS node, dev blockhain and DSLA contracts to multiple networks seamlessly",
55
"scripts": {
66
"hardhat-node": "hardhat node",

0 commit comments

Comments
 (0)