diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f27c2a..ce181bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-08-12 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`nilts` - `v0.3.1`](#nilts---v031) + +--- + +#### `nilts` - `v0.3.1` + + - this version contains dependencies update + + ## 2023-08-11 ### Changes diff --git a/packages/nilts/CHANGELOG.md b/packages/nilts/CHANGELOG.md index e56fd29..994c9d4 100644 --- a/packages/nilts/CHANGELOG.md +++ b/packages/nilts/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to nilts packages will be documented in this file. +## 2023-08-12 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`nilts` - `v0.3.1`](#nilts---v031) + +--- + +#### `nilts` - `v0.3.1` + + - this version contains dependencies update + +## 0.3.1 + + - this version contains dependencies update + + ## 2023-08-11 ### Changes diff --git a/packages/nilts/pubspec.yaml b/packages/nilts/pubspec.yaml index 65427c8..4ef0a13 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.2.0 +version: 0.3.1 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