Skip to content

Commit ceabb11

Browse files
authored
docs: updated changelog for v0.1.2
Signed-off-by: Luis Carlos Aveiro <luisaveiro@users.noreply.github.com>
1 parent 71578e7 commit ceabb11

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,15 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.1.2] - 2023-10-31
11+
### Fixed
12+
- Vite config for generating types entry file.
13+
1014
## [v0.1.1] - 2023-10-31
1115
### Fixed
1216
- Remove invalid type declaration in package.json.
1317

1418
## [v0.1.0] - 2023-10-31
1519
### Added
16-
- `HEAD`, `GET`, `POST`, `PUT`, `PATCH`, `DELETE` request helper methods.
20+
- `HEAD`, `GET`, `POST`, `PUT`, `PATCH`, and `DELETE` request helper methods.
1721
- `withQueryParameters` method.
18-
- `accept`, `acceptJson`, `asJson`, `asForm`, `asUrlEncoded` content type methods.
22+
- `accept`, `acceptJson`, `asJson`, `asForm`, and `asUrlEncoded` content type methods.
1923
- `withHeaders`, `withHeader`, `replaceHeaders`, `replaceHeader` helper methods.
20-
- `withBasicAuth`, `withToken` authentication helper methods.
24+
- `withBasicAuth`, and `withToken` authentication helper methods.
2125
- `fake` method.

0 commit comments

Comments
 (0)