Skip to content

Commit cbc0dcb

Browse files
committed
Updated change-log for 0.28.0
1 parent 9360651 commit cbc0dcb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.28.0] - 2024-03-19
5+
### Fixed
6+
- Upgraded dependencies
7+
- Windows issue when resolving external spec files
8+
- Media-type for falsy bodies except 'undefined'
9+
- Updated typo in generated header
10+
### Added
11+
- Enabled `withXSRFToken` for Axios
12+
413
## [0.27.0] - 2024-01-15
514
### Fixed
615
- Reverted `@apidevtools/json-schema-ref-parser` to version 10.1.0

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![NPM][npm-image]][npm-url]
44
[![License][license-image]][license-url]
5-
[![Coverage][coverage-image]][coverage-url]
6-
[![Coverage][coverage-image]][coverage-url]
75
[![Downloads][downloads-image]][downloads-url]
86
[![Build][build-image]][build-url]
97

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-typescript-codegen",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
55
"author": "Ferdi Koomen",
66
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",

0 commit comments

Comments
 (0)