diff --git a/.changeset/strong-spies-sort.md b/.changeset/strong-spies-sort.md deleted file mode 100644 index 7735519f..00000000 --- a/.changeset/strong-spies-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -fix: tests diff --git a/.changeset/tiny-dots-hang.md b/.changeset/tiny-dots-hang.md deleted file mode 100644 index e510538e..00000000 --- a/.changeset/tiny-dots-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -tests diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 9fd4dfc1..c0bcc206 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # create-expo-stack +## 2.11.1 + +### Patch Changes + +- [#340](https://github.com/danstepanov/create-expo-stack/pull/340) [`fc1fb3cfc713375c55e8f4360534b023462f9632`](https://github.com/danstepanov/create-expo-stack/commit/fc1fb3cfc713375c55e8f4360534b023462f9632) Thanks [@dannyhw](https://github.com/dannyhw)! - fix: tests + +- [#336](https://github.com/danstepanov/create-expo-stack/pull/336) [`7f0f04765ac19e4c3825ea724ccc3624ac03b940`](https://github.com/danstepanov/create-expo-stack/commit/7f0f04765ac19e4c3825ea724ccc3624ac03b940) Thanks [@dannyhw](https://github.com/dannyhw)! - tests + ## 2.11.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 178cae6f..805c1429 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-expo-stack", - "version": "2.11.0", + "version": "2.11.1", "description": "CLI tool to initialize a React Native application with Expo", "repository": { "type": "git",