Skip to content

Commit aa5f12b

Browse files
committed
chore: release 2.6.4
1 parent b6a27da commit aa5f12b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## <small>2.6.4 (2025-11-16)</small>
4+
5+
* fix(android): portrait falsy report when degrees don't match clauses (#96) ([b6a27da](https://github.com/gladiuscode/react-native-orientation-director/commit/b6a27da)), closes [#96](https://github.com/gladiuscode/react-native-orientation-director/issues/96)
6+
37
## <small>2.6.3 (2025-10-24)</small>
48

59
* fix: expo plugin breaking due to override keyword needing to be public in version 54 (#95) ([91d4a30](https://github.com/gladiuscode/react-native-orientation-director/commit/91d4a30)), closes [#95](https://github.com/gladiuscode/react-native-orientation-director/issues/95)

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.6.3",
3+
"version": "2.6.4",
44
"description": "A Modern React Native library that allows you to access orientation",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/module/src/index.d.ts",

0 commit comments

Comments
 (0)