diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d1cf1..14d5422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,26 @@ 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.7](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.3.0...v0.1.7) + +- chore(deps): bump express from 4.19.2 to 4.21.1 in /docs [`#284`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/284) +- chore(deps): bump serve-static from 1.15.0 to 1.16.2 in /example-expo [`#283`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/283) +- docs: update reanimated installation links [`#282`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/282) +- docs: highlight maintainer services [`#281`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/281) +- chore(deps): bump serve-static from 1.14.2 to 1.16.2 [`#279`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/279) +- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /docs [`#278`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/278) +- chore(deps): bump webpack from 5.76.1 to 5.94.0 in /docs [`#277`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/277) +- docs: update useNotificationsController hook example [`#274`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/274) + #### [v0.1.6](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.3.0...v0.1.6) +> 25 June 2024 + - 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) +- chore: release 0.1.6 [`5bb9cb2`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/5bb9cb24465d9222489c3d67caba44d90de617b7) #### [v0.1.5](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.1.4...v0.1.5) diff --git a/package.json b/package.json index 04e6977..9688b90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notificated", - "version": "0.1.6", + "version": "0.1.7", "description": "React Native toast notifications for iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",