Skip to content

Commit b8b6375

Browse files
committed
chore: prepare release 1.0.2 and upgrade deps
1 parent 9ed3f93 commit b8b6375

File tree

4 files changed

+416
-7
lines changed

4 files changed

+416
-7
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Files and directories created by pub
22
.dart_tool/
33
.packages
4-
# Remove the following pattern if you wish to check in your lock file
5-
pubspec.lock
64

75
# Conventional directory for build outputs
86
build/

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
## 1.0.2
2+
### Chore:
3+
* Updated dependencies
4+
### Fixed
5+
* Invoice parsing exception ([#4](https://github.com/fusion44/dart_bolt11_decoder/issues/4) by [@ryzizub](https://github.com/ryzizub))
16
## 1.0.1
27
### Changed
38
* Updated documentation
49
### Fixed
5-
* Unhandled Exception: Null check operator used on a null value (#1 by itxtoledo)
10+
* Unhandled Exception: Null check operator used on a null value ([#1](https://github.com/fusion44/dart_bolt11_decoder/pull/1) by [@itxtoledo](https://github.com/itxtoledo))
611

712

813
## 1.0.0

0 commit comments

Comments
 (0)