Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gladiuscode committed May 22, 2024
1 parent 4cfbd1e commit 1df4a2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [1.0.1](https://github.com/gladiuscode/react-native-orientation-director/compare/v1.0.0...v1.0.1) (2024-05-22)


### Bug Fixes

* broken swift header import when using use_frameworks! ([2d27d4b](https://github.com/gladiuscode/react-native-orientation-director/commit/2d27d4b693f97be67353b1f10839b695dfe8e996))
* module requires main queue setup since it overrides init ([4cfbd1e](https://github.com/gladiuscode/react-native-orientation-director/commit/4cfbd1ea141e540f6cfde8b58bd2cc8f41d05390))

# 1.0.0 (2024-05-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-orientation-director",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Modern React Native library that allows you to access orientation",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 1df4a2e

Please sign in to comment.