diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fdcfeaf..80600f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2022-05-05 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wyatt_medium_feeds` - `v1.0.1`](#wyatt_medium_feeds---v101) + +--- + +#### `wyatt_medium_feeds` - `v1.0.1` + + - **FIX**: remove useless example file. + + ## 2022-05-02 ### Changes diff --git a/packages/wyatt_medium_feeds/CHANGELOG.md b/packages/wyatt_medium_feeds/CHANGELOG.md index effe43c8..8e60bdbd 100644 --- a/packages/wyatt_medium_feeds/CHANGELOG.md +++ b/packages/wyatt_medium_feeds/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + + - **FIX**: remove useless example file. + ## 1.0.0 - Initial version. diff --git a/packages/wyatt_medium_feeds/pubspec.yaml b/packages/wyatt_medium_feeds/pubspec.yaml index 4f068053..4b202bca 100644 --- a/packages/wyatt_medium_feeds/pubspec.yaml +++ b/packages/wyatt_medium_feeds/pubspec.yaml @@ -1,7 +1,7 @@ name: wyatt_medium_feeds description: Medium flux read for Flutter repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_medium_feeds -version: 1.0.0 +version: 1.0.1 environment: sdk: '>=2.16.2 <3.0.0'