diff --git a/packages/mocktail/CHANGELOG.md b/packages/mocktail/CHANGELOG.md index 7ac47ff..28636ab 100644 --- a/packages/mocktail/CHANGELOG.md +++ b/packages/mocktail/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.0.3 + +- docs: update ` README.md`` to include `any(that: ...)` ([#226](https://github.com/felangel/mocktail/issues/226)) +- chore: update LICENSE year +- chore: remove deprecated lint rules + # 1.0.2 - chore(deps): allow pkg:test_api >=0.7.0 ([#220](https://github.com/felangel/mocktail/issues/220)) diff --git a/packages/mocktail/pubspec.yaml b/packages/mocktail/pubspec.yaml index aa08a48..9e87ef7 100644 --- a/packages/mocktail/pubspec.yaml +++ b/packages/mocktail/pubspec.yaml @@ -1,6 +1,6 @@ name: mocktail description: A Dart mock library which simplifies mocking with null safety support and no manual mocks or code generation. -version: 1.0.2 +version: 1.0.3 repository: https://github.com/felangel/mocktail homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail topics: [mock, test]