diff --git a/.changeset/famous-shoes-bake.md b/.changeset/famous-shoes-bake.md deleted file mode 100644 index 20d5d9b7..00000000 --- a/.changeset/famous-shoes-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-native-copilot": minor ---- - -Fix the issue with missing module file specified in package json diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c44dfbc..405dff35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.3.0 + +### Minor Changes + +- 3e5d3cc: Fix the issue with missing module file specified in package json + ## 3.2.1 ### Patch Changes diff --git a/package.json b/package.json index 06fb641a..5c6f3fd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-copilot", - "version": "3.2.1", + "version": "3.3.0", "description": "Make an interactive step by step tour guide for you react-native app", "main": "dist/index.js", "types": "dist/index.d.ts",