diff --git a/.changeset/ten-jokes-boil.md b/.changeset/ten-jokes-boil.md deleted file mode 100644 index 1db28f3..0000000 --- a/.changeset/ten-jokes-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/cli": patch ---- - -Add special logic for `INCORRECT_REPOSITORY_FIELD` check to handle github repository separately from azure diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e4da468..3c6eed1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @manypkg/cli +## 0.11.1 + +### Patch Changes + +- [`503f242`](https://github.com/Thinkmill/manypkg/commit/503f24292626849d54216121b742c27af9f9e70f) [#53](https://github.com/Thinkmill/manypkg/pull/53) Thanks [@NateRadebaugh](https://github.com/NateRadebaugh)! - Add special logic for `INCORRECT_REPOSITORY_FIELD` check to handle github repository separately from azure + ## 0.11.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 7096aa9..fe023f6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -5,7 +5,7 @@ "url": "https://github.com/Thinkmill/manypkg.git", "directory": "packages/cli" }, - "version": "0.11.0", + "version": "0.11.1", "main": "dist/cli.cjs.js", "module": "dist/cli.esm.js", "license": "MIT",