diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 8e79694..138e363 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.6.0 + +- **Fixed:** Usage of deprecated `RouteInformation.location` +- **Improved:** Package metadata + # 1.5.6 - **Fixed:** copying of route state when relative beaming is used ([Panz99](https://github.com/Panz99), [#624](https://github.com/slovnicki/beamer/pull/624), [#623](https://github.com/slovnicki/beamer/issues/623)) diff --git a/package/pubspec.yaml b/package/pubspec.yaml index f8f5506..49396af 100644 --- a/package/pubspec.yaml +++ b/package/pubspec.yaml @@ -1,6 +1,6 @@ name: beamer description: A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more. -version: 1.5.6 +version: 1.6.0 homepage: https://beamer.dev repository: https://github.com/slovnicki/beamer/tree/master/package issue_tracker: https://github.com/slovnicki/beamer/issues