diff --git a/.changeset/soft-owls-act.md b/.changeset/soft-owls-act.md deleted file mode 100644 index 797920f0..00000000 --- a/.changeset/soft-owls-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@abstract-money/cli": patch ---- - -Ensure that the cli generates proper adapter types diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e279105c..fd02a176 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @abstract-money/cli +## 1.2.1 + +### Patch Changes + +- [`db90546`](https://github.com/AbstractSDK/abstract.js/commit/db90546db636da4460a045a6a48f0612aff34d48) Thanks [@adairrr](https://github.com/adairrr)! - Ensure that the cli generates proper adapter types + ## 1.2.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 78691d24..2ead3b5b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@abstract-money/cli", - "version": "1.2.0", + "version": "1.2.1", "description": "CLI tool to generate modules to build with Abstract SDK", "homepage": "https://github.com/AbstractSDK/abstract.js#readme", "author": "dalechyn ",