···11----
22-'@hey-api/openapi-ts': minor
33----
44-55-**output**: use TypeScript DSL
66-77-### Removed `compiler` and `tsc` exports
88-99-This release removes the `compiler` utility functions. Instead, it introduces a new TypeScript DSL exposed under the `$` symbol. All plugins now use this interface, so you may notice slight changes in the generated output.
+10
packages/openapi-ts/CHANGELOG.md
···11# @hey-api/openapi-ts
2233+## 0.88.0
44+55+### Minor Changes
66+77+- **output**: use TypeScript DSL ([#2986](https://github.com/hey-api/openapi-ts/pull/2986)) ([`37ff4ab`](https://github.com/hey-api/openapi-ts/commit/37ff4ab6bc89463778bf3709687ab84d3dab0618)) by [@mrlubos](https://github.com/mrlubos)
88+99+### Removed `compiler` and `tsc` exports
1010+1111+This release removes the `compiler` utility functions. Instead, it introduces a new TypeScript DSL exposed under the `$` symbol. All plugins now use this interface, so you may notice slight changes in the generated output.
1212+313## 0.87.5
414515### Patch Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.87.5",
33+ "version": "0.88.0",
44 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55 "homepage": "https://heyapi.dev/",
66 "repository": {