fork of hey-api/openapi-ts because I need some additional things

Merge pull request #2696 from hey-api/changeset-release/main

authored by

Lubos and committed by
GitHub
612d9c15 bee26fe5

+7 -6
-5
.changeset/lazy-ties-cross.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix(validators): escaping slashes in regular expressions
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.84.3 4 + 5 + ### Patch Changes 6 + 7 + - fix(validators): escaping slashes in regular expressions ([#2692](https://github.com/hey-api/openapi-ts/pull/2692)) ([`dba81bc`](https://github.com/hey-api/openapi-ts/commit/dba81bc23a7cb72696cd1fcf4fe1a17f00027fae)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) 8 + 3 9 ## 0.84.2 4 10 5 11 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.84.2", 3 + "version": "0.84.3", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {