diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed0f56..8d75f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.5.2 + +- refactor: use new `part of` syntax in [86e0605](https://github.com/OutdatedGuy/package_rename/commit/86e060551522abaf4581f1dddf65f6f0b6dfc59b) +- chore: updated dependencies to latest in [ec48689](https://github.com/OutdatedGuy/package_rename/commit/ec48689324b6c63ae9d47c5ce7586f45749ac027) + ## 1.5.1 - fix(windows): `Runner.rc` file not updating at all in [ea576e2](https://github.com/OutdatedGuy/package_rename/commit/ea576e27ba1187dec087e2d631417a8b76a43550) diff --git a/README.md b/README.md index 800af29..15e20dc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For more info see [list of changed fields](CHANGED_FIELDS.md) ```yaml dev_dependencies: - package_rename: ^1.5.1 + package_rename: ^1.5.2 ``` #### Create configuration diff --git a/example/pubspec.lock b/example/pubspec.lock index 479ddae..64ff033 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -137,7 +137,7 @@ packages: path: ".." relative: true source: path - version: "1.5.1" + version: "1.5.2" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8ad38cd..bff87f4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: package_rename description: A Blazingly Fast way to configure your awesome flutter project to be production ready. -version: 1.5.1 +version: 1.5.2 homepage: https://outdatedguy.rocks repository: https://github.com/OutdatedGuy/package_rename/tree/main