Skip to content

Commit

Permalink
release: nilts 0.16.3 (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 14, 2024
1 parent 6610ebe commit 2561db2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/nilts": "0.16.2"
"packages/nilts": "0.16.3"
}
13 changes: 13 additions & 0 deletions packages/nilts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/nilts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2561db2

Please sign in to comment.