Skip to content

Commit bb30d6e

Browse files
authored
Merge pull request #2926 from hey-api/changeset-release/main
ci: release
2 parents 768dd86 + 22d2e49 commit bb30d6e

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/seven-walls-return.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/openapi-ts/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hey-api/openapi-ts
22

3+
## 0.87.0
4+
5+
### Minor Changes
6+
7+
- feat: remove legacy clients and plugins ([#2925](https://github.com/hey-api/openapi-ts/pull/2925)) ([`c9fb65d`](https://github.com/hey-api/openapi-ts/commit/c9fb65d2f5757f389383f8b9007baf6a5e26f45a)) by [@mrlubos](https://github.com/mrlubos)
8+
9+
### Removed legacy clients
10+
11+
This release removes support for legacy clients and plugins. Please migrate to the new clients if you haven't done so yet. If you're unable to do so due to a missing feature, let us know on [GitHub](https://github.com/hey-api/openapi-ts/issues).
12+
313
## 0.86.12
414

515
### Patch Changes

packages/openapi-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-ts",
3-
"version": "0.86.12",
3+
"version": "0.87.0",
44
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

0 commit comments

Comments
 (0)