Skip to content

Commit

Permalink
fix(caserycrogers): export
Browse files Browse the repository at this point in the history
  • Loading branch information
caseycrogers committed Dec 27, 2024
1 parent c6d0a16 commit 772f478
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.1 - 2025-01-01

- Export `CharlatanResponseBuilder`

## 0.4.0 - 2023-04-13

- Add `charlatanResponse` helper to concisely create `CharlatanResponseBuilder` values
Expand Down
1 change: 1 addition & 0 deletions lib/charlatan.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export 'src/charlatan_response_definition.dart'
show
CharlatanHttpRequest,
CharlatanHttpResponse,
CharlatanResponseBuilder,
CharlatanRequestMatcher,
charlatanResponse,
requestMatchesAll,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: charlatan
description: A library for configuring and providing fake HTTP responses to your dio HTTP client.
version: 0.4.0
version: 0.4.1
homepage: https://github.com/Betterment/charlatan
repository: https://github.com/Betterment/charlatan

Expand Down

0 comments on commit 772f478

Please sign in to comment.