Skip to content

Commit f76e7df

Browse files
authored
Prepare release 6.9 (#1458)
1 parent 37b2a65 commit f76e7df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

json_serializable/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 6.9.0-wip
1+
## 6.9.0
22

33
- Use conditional map syntax to clean up `null` handling in `toJson` functions.
4+
- Fix core Dart type links in docs.
45
- Require Dart 3.5
56

67
## 6.8.0

json_serializable/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 6.9.0-wip
2+
version: 6.9.0
33
description: >-
44
Automatically generate code for converting to and from JSON by annotating
55
Dart classes.

0 commit comments

Comments
 (0)