Skip to content

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies committed Aug 17, 2024
1 parent 5efc36e commit fcef70e
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.0...v0.12.1) (2024-08-17)

### Bug Fixes

- allow number array query param ([#236](https://github.com/mnahkies/openapi-code-generator/issues/236)) ([3ace597](https://github.com/mnahkies/openapi-code-generator/commit/3ace597489bde7103bc8b3fbae6f11238c5c3fdf)), closes [#235](https://github.com/mnahkies/openapi-code-generator/issues/235)
- **fetch/axios:** correctly merge headers from opts ([#231](https://github.com/mnahkies/openapi-code-generator/issues/231)) ([5efc36e](https://github.com/mnahkies/openapi-code-generator/commit/5efc36e5c15d3995c46486677ccce680a5c95602))

### Features

- add e2e test suite ([#235](https://github.com/mnahkies/openapi-code-generator/issues/235)) ([9209a3f](https://github.com/mnahkies/openapi-code-generator/commit/9209a3faf57e857b415e68a1ecaa864946fa3e40))

# [0.12.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.2...v0.12.0) (2024-08-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "0.12.0",
"version": "0.12.1",
"gitTagVersion": true
}
6 changes: 6 additions & 0 deletions packages/openapi-code-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.0...v0.12.1) (2024-08-17)

### Bug Fixes

- **fetch/axios:** correctly merge headers from opts ([#231](https://github.com/mnahkies/openapi-code-generator/issues/231)) ([5efc36e](https://github.com/mnahkies/openapi-code-generator/commit/5efc36e5c15d3995c46486677ccce680a5c95602))

# [0.12.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.2...v0.12.0) (2024-08-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-code-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nahkies/openapi-code-generator",
"version": "0.12.0",
"version": "0.12.1",
"description": "Typescript client SDK and server stub generator for OpenAPI 3 specifications",
"license": "MIT",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-axios-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.0...v0.12.1) (2024-08-17)

### Bug Fixes

- **fetch/axios:** correctly merge headers from opts ([#231](https://github.com/mnahkies/openapi-code-generator/issues/231)) ([5efc36e](https://github.com/mnahkies/openapi-code-generator/commit/5efc36e5c15d3995c46486677ccce680a5c95602))

# [0.12.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.2...v0.12.0) (2024-08-05)

**Note:** Version bump only for package @nahkies/typescript-axios-runtime
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-axios-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nahkies/typescript-axios-runtime",
"version": "0.12.0",
"version": "0.12.1",
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-axios template",
"license": "MIT",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript-fetch-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.0...v0.12.1) (2024-08-17)

### Bug Fixes

- allow number array query param ([#236](https://github.com/mnahkies/openapi-code-generator/issues/236)) ([3ace597](https://github.com/mnahkies/openapi-code-generator/commit/3ace597489bde7103bc8b3fbae6f11238c5c3fdf)), closes [#235](https://github.com/mnahkies/openapi-code-generator/issues/235)
- **fetch/axios:** correctly merge headers from opts ([#231](https://github.com/mnahkies/openapi-code-generator/issues/231)) ([5efc36e](https://github.com/mnahkies/openapi-code-generator/commit/5efc36e5c15d3995c46486677ccce680a5c95602))

# [0.12.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.2...v0.12.0) (2024-08-05)

**Note:** Version bump only for package @nahkies/typescript-fetch-runtime
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-fetch-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nahkies/typescript-fetch-runtime",
"version": "0.12.0",
"version": "0.12.1",
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-fetch template",
"license": "MIT",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/typescript-koa-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.0...v0.12.1) (2024-08-17)

**Note:** Version bump only for package @nahkies/typescript-koa-runtime

# [0.12.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.2...v0.12.0) (2024-08-05)

**Note:** Version bump only for package @nahkies/typescript-koa-runtime
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-koa-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nahkies/typescript-koa-runtime",
"version": "0.12.0",
"version": "0.12.1",
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-koa template",
"license": "MIT",
"author": {
Expand Down

0 comments on commit fcef70e

Please sign in to comment.