Skip to content

Commit 10e9f94

Browse files
committed
chore: release 2.4.0
1 parent bbebf56 commit 10e9f94

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
# [2.4.0](https://github.com/gladiuscode/react-native-orientation-director/compare/v2.3.2...v2.4.0) (2025-04-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **android:** missing check before unregistering receiver ([#66](https://github.com/gladiuscode/react-native-orientation-director/issues/66)) ([bbebf56](https://github.com/gladiuscode/react-native-orientation-director/commit/bbebf565b84172e2e739d9fdfdcc8e79d50673f5))
9+
10+
11+
### Features
12+
13+
* upgrade react-native-builder-bob and align output support ([#65](https://github.com/gladiuscode/react-native-orientation-director/issues/65)) ([6826ae4](https://github.com/gladiuscode/react-native-orientation-director/commit/6826ae4d83d5d511ff8f20be9bdc200fcae121ef))
14+
* upgrade to .78.2 ([#64](https://github.com/gladiuscode/react-native-orientation-director/issues/64)) ([96876fa](https://github.com/gladiuscode/react-native-orientation-director/commit/96876fa96078f60857d32830365af18ac244591c))
15+
316
## [2.3.2](https://github.com/gladiuscode/react-native-orientation-director/compare/v2.3.1...v2.3.2) (2025-03-26)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-orientation-director",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"description": "A Modern React Native library that allows you to access orientation",
55
"main": "./lib/module/index.js",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)