Skip to content

Commit 5101226

Browse files
chore: Prepare release 1.5.0 and add CHANGELOG (#118)
1 parent bf9ff01 commit 5101226

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## 1.5.0
2+
3+
- feat: Add GroupingKey callback (#115) (2024-12-11)
4+
- fix: Update dependencies and setup GitHub Actions CI (#92) (2024-11-08)
5+
- fix: Demo project cleanup (#87) (2024-11-07)
6+
- perf: Enable eslint on sdk (#107) (2024-11-26)
7+
- docs: Update README.md (#117) (2024-12-11)
8+
- docs: Expo support (#116) (2024-12-11)
9+
- docs: Add Sourcemap generation documentation reference (#114) (2024-12-11)
10+
- docs: add issue and PR templates (#108) (2024-11-27)
11+
- test: Adds SDK unit tests and CI task (#105) (2024-11-21)
12+
- docs: Adds manual linking steps (#44) (2024-11-20)
13+
- docs: Update README.md native crash reporting section (#104) (2024-11-15)
14+
- chore(deps): bump @react-navigation/native from 6.1.18 to 7.0.9 in /demo (#110) (2024-12-03)
15+
- chore(deps-dev): bump @react-native-community/cli from 15.1.1 to 15.1.2 in /demo (#112) (2024-12-03)
16+
- chore(deps-dev): bump prettier from 3.3.3 to 3.4.1 in /demo (#113) (2024-12-03)
17+
- chore(deps): bump react-native-screens from 4.0.0 to 4.3.0 in /demo (#111) (2024-12-02)
18+
- chore(deps-dev): bump @react-native/babel-preset from 0.76.1 to 0.76.3 in /demo (#109) (2024-12-02)
19+
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /demo (#106) (2024-11-26)
20+
- chore(deps-dev): bump @react-native-community/cli-platform-android (#102) (2024-11-11)
21+
- chore(deps-dev): bump @react-native-community/cli-platform-ios in /demo (#101) (2024-11-10)
22+
- chore(deps-dev): bump prettier from 2.8.8 to 3.3.3 in /demo (#100) (2024-11-10)
23+
- chore(deps-dev): bump @react-native-community/cli-platform-ios in /demo (#98) (2024-11-10)
24+
- chore(deps-dev): bump @react-native-community/cli in /demo (#97) (2024-11-10)
25+
- chore(deps): bump react-native-screens from 3.35.0 to 4.0.0 in /demo (#96) (2024-11-10)
26+
- chore(deps): bump gradle/wrapper-validation-action from 1 to 3 (#95) (2024-11-10)
27+
- chore(deps): bump actions/setup-node from 3 to 4 (#94) (2024-11-10)
28+
- chore(deps): bump actions/setup-java from 3 to 4 (#93) (2024-11-10)
29+

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "raygun4reactnative",
33
"title": "Raygun4reactnative",
4-
"version": "1.4.5",
4+
"version": "1.5.0",
55
"description": "Raygun React Native SDK",
66
"main": "dist/index.js",
77
"typescript": {

0 commit comments

Comments
 (0)