Skip to content

Commit

Permalink
release: nilts 0.18.0 (#197)
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 Dec 31, 2024
1 parent 764ec8a commit 98049ad
Show file tree
Hide file tree
Showing 3 changed files with 14 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.17.0"
"packages/nilts": "0.18.0"
}
12 changes: 12 additions & 0 deletions packages/nilts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.18.0](https://github.com/ronnnnn/nilts/compare/nilts-v0.17.0...nilts-v0.18.0) (2024-12-31)


### New Features

* Add low_readability_numeric_literals lint rule and quick fix ([#210](https://github.com/ronnnnn/nilts/issues/210)) ([764ec8a](https://github.com/ronnnnn/nilts/commit/764ec8a319858e177c29a3a0b3105aa9f1f6cf18))


### Dependency Upgrades

* flutter 3.27, dart 3.6 ([#209](https://github.com/ronnnnn/nilts/issues/209)) ([8c984c8](https://github.com/ronnnnn/nilts/commit/8c984c8431cfa2aae42e3b408a281179d43d8b71))

## [0.17.0](https://github.com/ronnnnn/nilts/compare/nilts-v0.16.3...nilts-v0.17.0) (2024-11-03)


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.17.0
version: 0.18.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
Expand Down

0 comments on commit 98049ad

Please sign in to comment.