diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b14d67..46d1cf19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v0.1.5](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.3.0...v0.1.5) +#### [v0.1.6](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.3.0...v0.1.6) + +- chore(deps): bump ws from 7.5.7 to 7.5.10 in /docs [`#270`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/270) +- chore(deps): bump braces from 3.0.2 to 3.0.3 in /docs [`#271`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/271) +- chore(deps): bump tar from 6.1.11 to 6.2.1 in /example-expo [`#263`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/263) +- fix: split `useStatusBarHeightDetector` hook into web and native flavors [`#266`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/266) + +#### [v0.1.5](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.1.4...v0.1.5) + +> 10 April 2024 - chore(deps): bump ip from 1.1.5 to 1.1.9 [`#254`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/254) - chore(deps): bump ip from 1.1.8 to 1.1.9 in /example-expo [`#255`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/255) @@ -16,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - docs: updates [`#261`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/261) - fixed: no children prop (types) [`#258`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/258) - fix: issues with justifing elements (notifiaction is not centered) [`#253`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/253) +- chore: release 0.1.5 [`08f9b95`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/08f9b951eb4d38f814a4f99ffed5456aee4a0506) #### [v0.1.4](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.1.3...v0.1.4) diff --git a/package.json b/package.json index 6052f862..04e69774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notificated", - "version": "0.1.5", + "version": "0.1.6", "description": "React Native toast notifications for iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",