Skip to content

Commit 5f229ac

Browse files
author
Jonas Roussel
committed
v2.14.2
1 parent 6a1d614 commit 5f229ac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.14.2
2+
3+
- Ensure `sub`, `iss`, `jti` are strings (https://github.com/jonasroussel/dart_jsonwebtoken/pull/62)
4+
15
## 2.14.1
26

37
- Fix `iat` claim verification (https://github.com/jonasroussel/dart_jsonwebtoken/pull/57)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_jsonwebtoken
22
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
3-
version: 2.14.1
3+
version: 2.14.2
44
repository: https://github.com/jonasroussel/dart_jsonwebtoken
55
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme
66

0 commit comments

Comments
 (0)