Skip to content

Commit c132b78

Browse files
committed
chore: prepare release 1.0.1
1 parent 5883573 commit c132b78

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
## 1.0.1
2+
### Changed
3+
* Updated documentation
4+
### Fixed
5+
* Unhandled Exception: Null check operator used on a null value (#1 by itxtoledo)
6+
7+
18
## 1.0.0
29
- Initial version

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A decoder for Bitcoins Lightning Network BOLT11 invoices for use in
33
homepage: https://github.com/fusion44/dart_bolt11_decoder
44
repository: https://github.com/fusion44/dart_bolt11_decoder
55
issue_tracker: https://github.com/fusion44/dart_bolt11_decoder/issues
6-
version: 1.0.0
6+
version: 1.0.1
77

88
environment:
99
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)