diff --git a/npm/.changeset/neat-bears-carry.md b/npm/.changeset/neat-bears-carry.md deleted file mode 100644 index c56f649..0000000 --- a/npm/.changeset/neat-bears-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"near-sandbox": patch ---- - -Updated near-sandbox to 2.1.1 diff --git a/npm/CHANGELOG.md b/npm/CHANGELOG.md index 3d73cc4..0d543e9 100644 --- a/npm/CHANGELOG.md +++ b/npm/CHANGELOG.md @@ -1,5 +1,11 @@ # near-sandbox +## 0.0.21 + +### Patch Changes + +- 7400f6f: Updated near-sandbox to 2.1.1 + ## 0.0.20 ### Patch Changes diff --git a/npm/package.json b/npm/package.json index dc45e81..f95e6b7 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "near-sandbox", - "version": "0.0.20", + "version": "0.0.21", "description": "CLI tool for testing NEAR smart contracts", "main": "dist/index.js", "types": "dist/index.d.ts",