Skip to content

Commit ce84c36

Browse files
committed
prepare to release json_annotation v3.1.1
1 parent f3be8df commit ce84c36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

json_annotation/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.1.1-dev
1+
## 3.1.1
22

33
- Avoid `null` values for `CheckedFromJsonException.message` by using
44
`toString()` with unrecognized error types.

json_annotation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_annotation
2-
version: 3.1.1-dev
2+
version: 3.1.1
33
description: >-
44
Classes and helper functions that support JSON code generation via the
55
`json_serializable` package.

0 commit comments

Comments
 (0)