Skip to content

Commit 40211d8

Browse files
authored
v0.15.2 - see CHANGELOG for details (#50)
1 parent 0226398 commit 40211d8

File tree

3 files changed

+50
-29
lines changed

3 files changed

+50
-29
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.15.2] - 2025-06-29
2+
3+
- upgraded dependencies: `npm:@asteasolutions/zod-to-openapi@^7.3.4`,
4+
`jsr:@std/path@^1.1.0`, `jsr:@std/testing@^1.0.14`, `npm:zod@^3.25.67`
5+
6+
### Changed
7+
18
## [0.15.1] - 2025-05-20
29

310
### Changed

deno.jsonc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dklab/oak-routing-ctrl",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"exports": {
55
".": "./mod.ts",
66
"./mod": "./mod.ts"
@@ -20,13 +20,13 @@
2020
"doc": "deno doc --html mod.ts"
2121
},
2222
"imports": {
23-
"@asteasolutions/zod-to-openapi": "npm:@asteasolutions/zod-to-openapi@^7.3.0",
23+
"@asteasolutions/zod-to-openapi": "npm:@asteasolutions/zod-to-openapi@^7.3.4",
2424
"@oak/oak": "jsr:@oak/oak@^17.1.4",
2525
"@std/assert": "jsr:@std/assert@^1.0.13",
2626
"@std/io": "jsr:@std/io@^0.225.2",
27-
"@std/path": "jsr:@std/path@^1.0.9",
28-
"@std/testing": "jsr:@std/testing@^1.0.12",
29-
"zod": "npm:zod@^3.25.7",
27+
"@std/path": "jsr:@std/path@^1.1.0",
28+
"@std/testing": "jsr:@std/testing@^1.0.14",
29+
"zod": "npm:zod@^3.25.67",
3030
"superoak": "https://deno.land/x/[email protected]/mod.ts"
3131
},
3232
"fmt": {

deno.lock

Lines changed: 38 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)