Skip to content

Commit db95c8f

Browse files
committed
docs: update changelog for v0.7.1
1 parent 8532f4f commit db95c8f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.7.1] - 2024-02-13
11+
### Fixed
12+
- Group parts of the regex together to make the intended operator precedence explicit.
13+
1014
## [v0.7.0] - 2024-02-13
1115
### Added
12-
- Index file for TypeScript types
16+
- Index file for TypeScript types.
1317

1418
### Fixed
15-
- Missing AbortSignal option to RequestOptions
16-
- Missing package export for RequestOptions type
19+
- Missing AbortSignal option to RequestOptions.
20+
- Missing package export for RequestOptions type.
1721

1822
### Removed
1923
- `PendingRequestBody` instance within the HTTP Client.

0 commit comments

Comments
 (0)