You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ All notable changes to `laravel-expo-notifier` will be documented in this file.
4
4
5
5
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
6
6
7
+
## 0.0.8 - 2023-11-14
8
+
9
+
### What's Changed
10
+
11
+
- Update README.md to explicitly say publishing the configuration is a must by @andonovn in https://github.com/YieldStudio/laravel-expo-notifier/pull/17
12
+
- Prevent json_decode on responseItem details which is array by @eightyfive in https://github.com/YieldStudio/laravel-expo-notifier/pull/20
13
+
14
+
### New Contributors
15
+
16
+
-@andonovn made their first contribution in https://github.com/YieldStudio/laravel-expo-notifier/pull/17
0 commit comments