Skip to content

Commit d4087ea

Browse files
committed
publish v0.4.6
1 parent f8b0ac0 commit d4087ea

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.6
2+
3+
- **FIX**: parsing jws from json. ([05c04f43](https://github.com/appsup-dart/jose/commit/05c04f4329d1ea0fbe54ab57b7ecb602fc541635))
4+
15

26
## 0.4.5
37

melos.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ ide:
1313
command:
1414
version:
1515
linkToCommits: true
16+
workspaceChangelog: false
1617

1718
scripts:
1819
preversion:
19-
exec: dart test -j 1
20-
21-
22-
20+
exec: dart test -j 1

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jose_plus
22
description: Javascript Object Signing and Encryption (JOSE) library supporting JWE, JWS, JWK and JWT
3-
version: 0.4.5
3+
version: 0.4.6
44
homepage: https://github.com/Bdaya-Dev/jose
55
funding:
66
- https://github.com/sponsors/rbellens

0 commit comments

Comments
 (0)