From 495dc007ded385ebb7d924f6222a96de030c92d2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 May 2021 09:42:27 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ### [2.0.2](https://github.com/rIIh/expandable-bottom-bar/compare/v2.0.1...v2.0.2) (2021-05-26) ### :zap: Refactoring * **ci:** format code on publish pipeline ([3f7462f](https://github.com/rIIh/expandable-bottom-bar/commit/3f7462f92cdfac6c782f0832e36becf159580ad0)) --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c208515..4b48a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.0.2](https://github.com/rIIh/expandable-bottom-bar/compare/v2.0.1...v2.0.2) (2021-05-26) + + +### :zap: Refactoring + +* **ci:** format code on publish pipeline ([3f7462f](https://github.com/rIIh/expandable-bottom-bar/commit/3f7462f92cdfac6c782f0832e36becf159580ad0)) + ### [2.0.1](https://github.com/rIIh/expandable-bottom-bar/compare/v2.0.0...v2.0.1) (2021-05-24) diff --git a/pubspec.yaml b/pubspec.yaml index 0455989..1a9a06b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Animatable bottom app bar with expandable sheet. Use me if you need cool bottom bar! homepage: https://github.com/rIIh/expandable-bottom-bar -version: 2.0.1 +version: 2.0.2 environment: sdk: ">=2.12.0 <3.0.0"