Skip to content

Commit 6828abd

Browse files
github-actions[bot]astahmer
authored andcommitted
Version Packages
1 parent 3799ae3 commit 6828abd

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/purple-ducks-dance.md

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

lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-zod-client
22

3+
## 1.18.1
4+
5+
### Patch Changes
6+
7+
- [#288](https://github.com/astahmer/openapi-zod-client/pull/288) [`3799ae3`](https://github.com/astahmer/openapi-zod-client/commit/3799ae33b9cbee028918e92d49e7d8bed68bfb5e) Thanks [@mjperrone](https://github.com/mjperrone)! - Fix escaping of forward slash `/` in pattern regex so the output code will be `/\//`. This change also breaks escaping of unnecessarily escaped forward slash `\/` in pattern regex, such that the output code will be `/\\//`.
8+
39
## 1.18.0
410

511
### Minor Changes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-zod-client",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/astahmer/openapi-zod-client.git"

0 commit comments

Comments
 (0)