diff --git a/.changeset/giant-tigers-retire.md b/.changeset/giant-tigers-retire.md deleted file mode 100644 index 2519081b..00000000 --- a/.changeset/giant-tigers-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -update contact info in output script diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index dfa3c938..b1e1338c 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # create-expo-stack +## 2.12.2 + +### Patch Changes + +- [`c5714b60c8c51a36a90b695078a043bfd304d27e`](https://github.com/roninoss/create-expo-stack/commit/c5714b60c8c51a36a90b695078a043bfd304d27e) Thanks [@danstepanov](https://github.com/danstepanov)! - update contact info in output script + ## 2.12.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index b8aa2664..9461a56e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-expo-stack", - "version": "2.12.1", + "version": "2.12.2", "description": "CLI tool to initialize a React Native application with Expo", "repository": { "type": "git",