Skip to content

Commit 008b0b6

Browse files
committed
chore: Version 1.3.0
1 parent 9e56fd5 commit 008b0b6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.0
2+
3+
* fix: test with Flutter 3.7 compatibility (#101)
4+
* chore: upgrade dependencies (#102)
5+
* fix: revert to intl 0.17.0
6+
17
## 1.2.4
28

39
* (HEAD -> master, origin/master, origin/HEAD) chore(deps): bump json_serializable from 6.5.3 to 6.6.0 (#92)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This will add a line like this to your package's pubspec.yaml (and run an implic
3131

3232
```
3333
dependencies:
34-
raygun4flutter: ^1.2.1
34+
raygun4flutter: ^1.3.0
3535
```
3636

3737
Alternatively, your editor might support `flutter pub get`. Check the docs for your editor to learn more.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: raygun4flutter
22
description: Raygun4flutter package is the official Raygun crash reporting provider for Flutter.
3-
version: 1.2.4
3+
version: 1.3.0
44
homepage: https://raygun.com
55
repository: https://github.com/MindscapeHQ/Raygun4Flutter
66

0 commit comments

Comments
 (0)