diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a469907..a2816e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/nilts": "0.16.3" + "packages/nilts": "0.17.0" } diff --git a/packages/nilts/CHANGELOG.md b/packages/nilts/CHANGELOG.md index 09afb88..4d1e3f5 100644 --- a/packages/nilts/CHANGELOG.md +++ b/packages/nilts/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.0](https://github.com/ronnnnn/nilts/compare/nilts-v0.16.3...nilts-v0.17.0) (2024-11-03) + + +### Dependency Upgrades + +* custom_lint 0.7.0 ([#196](https://github.com/ronnnnn/nilts/issues/196)) ([e91d244](https://github.com/ronnnnn/nilts/commit/e91d244148cafdf13fc18ef04c40ba6c6a3615ab)) + ## [0.16.3](https://github.com/ronnnnn/nilts/compare/nilts-v0.16.2...nilts-v0.16.3) (2024-09-14) diff --git a/packages/nilts/pubspec.yaml b/packages/nilts/pubspec.yaml index f87f40b..2d0af40 100644 --- a/packages/nilts/pubspec.yaml +++ b/packages/nilts/pubspec.yaml @@ -2,7 +2,7 @@ # https://dart.dev/tools/pub/pubspec name: nilts -version: 0.16.3 +version: 0.17.0 description: nilts is lint rules, quick fixes and assists for Dart and Flutter projects that helps you enforce best practices, and avoid errors. homepage: https://github.com/ronnnnn/nilts repository: https://github.com/ronnnnn/nilts