diff --git a/.changeset/unlucky-sheep-drive.md b/.changeset/unlucky-sheep-drive.md deleted file mode 100644 index 9d54c2e4..00000000 --- a/.changeset/unlucky-sheep-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-native-copilot": patch ---- - -Fix a type error in walkthroughable diff --git a/CHANGELOG.md b/CHANGELOG.md index 405dff35..0439cc4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.3.1 + +### Patch Changes + +- 05b3a47: Fix a type error in walkthroughable + ## 3.3.0 ### Minor Changes diff --git a/package.json b/package.json index 5c6f3fd8..a525561a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-copilot", - "version": "3.3.0", + "version": "3.3.1", "description": "Make an interactive step by step tour guide for you react-native app", "main": "dist/index.js", "types": "dist/index.d.ts",