diff --git a/.changeset/six-clocks-rush.md b/.changeset/six-clocks-rush.md deleted file mode 100644 index 36330cd..0000000 --- a/.changeset/six-clocks-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'ethereum-mars': patch ---- - -Add save contract function diff --git a/packages/example/CHANGELOG.md b/packages/example/CHANGELOG.md index a87d20f..96e2ab8 100644 --- a/packages/example/CHANGELOG.md +++ b/packages/example/CHANGELOG.md @@ -1,5 +1,12 @@ # example +## 0.1.4 + +### Patch Changes + +- Updated dependencies [06f72db] + - ethereum-mars@0.2.3 + ## 0.1.3 ### Patch Changes diff --git a/packages/example/package.json b/packages/example/package.json index 300a497..0b02dea 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,7 +1,7 @@ { "name": "example", "private": true, - "version": "0.1.3", + "version": "0.1.4", "engines": { "node": ">=10", "yarn": "^1.17.3" diff --git a/packages/mars/CHANGELOG.md b/packages/mars/CHANGELOG.md index b61830c..03e3a5f 100644 --- a/packages/mars/CHANGELOG.md +++ b/packages/mars/CHANGELOG.md @@ -1,5 +1,11 @@ # ethereum-mars +## 0.2.3 + +### Patch Changes + +- 06f72db: Add save contract function + ## 0.2.2 ### Patch Changes diff --git a/packages/mars/package.json b/packages/mars/package.json index e3cda31..acaee43 100644 --- a/packages/mars/package.json +++ b/packages/mars/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-mars", - "version": "0.2.2", + "version": "0.2.3", "description": "The amazing smart contract deployment tool", "license": "MIT", "publishConfig": {