diff --git a/CHANGELOG.md b/CHANGELOG.md index 2152a68..5d2849a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +# [1.1.0](https://github.com/gladiuscode/react-native-orientation-director/compare/v1.0.1...v1.1.0) (2024-05-25) + ## [1.0.1](https://github.com/gladiuscode/react-native-orientation-director/compare/v1.0.0...v1.0.1) (2024-05-22) diff --git a/package.json b/package.json index 8c61770..aae6528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-orientation-director", - "version": "1.0.1", + "version": "1.1.0", "description": "A Modern React Native library that allows you to access orientation", "main": "lib/commonjs/index", "module": "lib/module/index",