From 772f4785336cbfd931bcfbf2ec70dff47cc04448 Mon Sep 17 00:00:00 2001 From: Casey Rogers Date: Fri, 27 Dec 2024 16:17:37 -0500 Subject: [PATCH] fix(caserycrogers): export --- CHANGELOG.md | 4 ++++ lib/charlatan.dart | 1 + pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ecf50..d506053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/charlatan.dart b/lib/charlatan.dart index 70515f4..8d5fef8 100644 --- a/lib/charlatan.dart +++ b/lib/charlatan.dart @@ -9,6 +9,7 @@ export 'src/charlatan_response_definition.dart' show CharlatanHttpRequest, CharlatanHttpResponse, + CharlatanResponseBuilder, CharlatanRequestMatcher, charlatanResponse, requestMatchesAll, diff --git a/pubspec.yaml b/pubspec.yaml index 87c58e0..f467e18 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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