Skip to content

Commit de19056

Browse files
committed
chore: release 2.2.0
1 parent 06f8ad7 commit de19056

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

22

3+
# [2.2.0](https://github.com/gladiuscode/react-native-orientation-director/compare/v2.1.0...v2.2.0) (2025-02-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **android:** failing test ([#45](https://github.com/gladiuscode/react-native-orientation-director/issues/45)) ([65e9925](https://github.com/gladiuscode/react-native-orientation-director/commit/65e992526460691edfa106b0984fda9d0382d15d))
9+
10+
11+
### Features
12+
13+
* enhance lockTo to support both landscape orientations ([#44](https://github.com/gladiuscode/react-native-orientation-director/issues/44)) ([fe6e747](https://github.com/gladiuscode/react-native-orientation-director/commit/fe6e7478cfa87215ded478d3f16359e7be96d74a))
14+
315
# [2.1.0](https://github.com/gladiuscode/react-native-orientation-director/compare/v2.0.0...v2.1.0) (2024-11-10)
416

517

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.1.0",
3+
"version": "2.2.0",
44
"description": "A Modern React Native library that allows you to access orientation",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)