Updated change-log for 0.28.0

This commit is contained in:
Ferdi Koomen 2024-03-19 19:07:27 +01:00
parent 9360651fd2
commit cbc0dcb628
3 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
## [0.28.0] - 2024-03-19
### Fixed
- Upgraded dependencies
- Windows issue when resolving external spec files
- Media-type for falsy bodies except 'undefined'
- Updated typo in generated header
### Added
- Enabled `withXSRFToken` for Axios
## [0.27.0] - 2024-01-15
### Fixed
- Reverted `@apidevtools/json-schema-ref-parser` to version 10.1.0

View File

@ -2,8 +2,6 @@
[![NPM][npm-image]][npm-url]
[![License][license-image]][license-url]
[![Coverage][coverage-image]][coverage-url]
[![Coverage][coverage-image]][coverage-url]
[![Downloads][downloads-image]][downloads-url]
[![Build][build-image]][build-url]

View File

@ -1,6 +1,6 @@
{
"name": "openapi-typescript-codegen",
"version": "0.27.0",
"version": "0.28.0",
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
"author": "Ferdi Koomen",
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",