Skip to content

Commit c88c416

Browse files
authored
chore(mocktail): v1.0.4 (#243)
1 parent 80a8db5 commit c88c416

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/mocktail/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 1.0.3
27

38
- docs: update ` README.md` to include `any(that: ...)` ([#226](https://github.com/felangel/mocktail/issues/226))

packages/mocktail/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mocktail
22
description: A Dart mock library which simplifies mocking with null safety support and no manual mocks or code generation.
3-
version: 1.0.3
3+
version: 1.0.4
44
repository: https://github.com/felangel/mocktail
55
homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail
66
topics: [mock, test]

0 commit comments

Comments
 (0)