From 0bd8b3e62959f6dba6fea72424c1640f66dfcd8b Mon Sep 17 00:00:00 2001 From: Alex Li Date: Mon, 11 Sep 2023 11:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=208.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d804d34..2ef826df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ that can be found in the LICENSE file. --> See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions. +## 8.7.1 + +### Improvements + +- Improve README docs and add topics for pub. + ## 8.7.0 ### Breaking changes diff --git a/example/pubspec.yaml b/example/pubspec.yaml index eb246ece..f96b56ec 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: wechat_assets_picker_demo description: The demo project for the wechat_assets_picker package. -version: 8.7.0+44 +version: 8.7.1+45 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 373cf386..e4efcf2b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: wechat_assets_picker -version: 8.7.0 +version: 8.7.1 description: | An image picker (also with videos and audio) for Flutter projects based on WeChat's UI,