We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a8db5 commit c88c416Copy full SHA for c88c416
packages/mocktail/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 1.0.4
2
+
3
+- refactor: upgrade `analysis_options.yaml` ([#242](https://github.com/felangel/mocktail/issues/242))
4
+- chore: fix minor typo in `CHANGELOG.md`
5
6
# 1.0.3
7
8
- docs: update ` README.md` to include `any(that: ...)` ([#226](https://github.com/felangel/mocktail/issues/226))
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.3
+version: 1.0.4
repository: https://github.com/felangel/mocktail
homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail
topics: [mock, test]
0 commit comments