diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 656f419..a469907 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/nilts": "0.16.2" + "packages/nilts": "0.16.3" } diff --git a/packages/nilts/CHANGELOG.md b/packages/nilts/CHANGELOG.md index 3f0650b..09afb88 100644 --- a/packages/nilts/CHANGELOG.md +++ b/packages/nilts/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.16.3](https://github.com/ronnnnn/nilts/compare/nilts-v0.16.2...nilts-v0.16.3) (2024-09-14) + + +### Documentation + +* reformat changelog ([6f6ce35](https://github.com/ronnnnn/nilts/commit/6f6ce357de4b66f57715993ea6a4524e0753f8af)) +* Reformat changelog ([#178](https://github.com/ronnnnn/nilts/issues/178)) ([6f6ce35](https://github.com/ronnnnn/nilts/commit/6f6ce357de4b66f57715993ea6a4524e0753f8af)) + + +### Bug Fixes + +* Quick fix for defined callbacks lint rules which have a param or return type ([#183](https://github.com/ronnnnn/nilts/issues/183)) ([6610ebe](https://github.com/ronnnnn/nilts/commit/6610ebe133cc4749f465d9a7da321011c463465d)) + ## [0.16.2](https://github.com/ronnnnn/nilts/compare/nilts-v0.16.1...nilts-v0.16.2) (2024-09-10) ### Dependency Upgrades diff --git a/packages/nilts/pubspec.yaml b/packages/nilts/pubspec.yaml index 870b994..1baeed7 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.2 +version: 0.16.3 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