Skip to content

Commit

Permalink
chore: release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PdoubleU committed Oct 14, 2024
1 parent 09c1535 commit ece8f30
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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-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",
Expand Down

0 comments on commit ece8f30

Please sign in to comment.