diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c14bc..882719d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.2](https://github.com/expo/react-native-action-sheet/compare/v4.0.1...v4.0.2) (2024-04-06) + + +### Bug Fixes + +* use release-please instead of semantic release ([#300](https://github.com/expo/react-native-action-sheet/issues/300)) ([b35a403](https://github.com/expo/react-native-action-sheet/commit/b35a403a213d596252ec5e8a20db5291396fafc0)) + ## [4.0.1](https://github.com/expo/react-native-action-sheet/compare/v4.0.0...v4.0.1) (2022-11-04) diff --git a/package.json b/package.json index 5899675..a028556 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expo/react-native-action-sheet", - "version": "4.0.1", + "version": "4.0.2", "description": "A cross-platform ActionSheet for React Native", "react-native": "lib/module/index.js", "types": "lib/typescript/index.d.ts",