Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chenenyu committed Dec 29, 2020
1 parent 1be946e commit 7d4dadf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [0.1.0] - 2020/12/29.
## [0.1.1] - 2020/12/29.

* Fix a NPE caused by debug log.

## [0.1.0] - 2020/12/21.

* Emit `push` after `initState` and `pop` before `dispose`.
* Optimize events delivery in nested page view.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: lifecycle
description: Lifecycle support for Flutter widgets.
version: 0.1.0
version: 0.1.1
homepage: https://github.com/chenenyu/lifecycle
publish_to: https://pub.dev

Expand Down

0 comments on commit 7d4dadf

Please sign in to comment.