Skip to content

Commit 6aab45f

Browse files
chore: version packages (#108)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent de70444 commit 6aab45f

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/add-engines-node-22.md

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

.changeset/fix-bigint-json-schema.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# incur
22

3+
## 0.3.16
4+
5+
### Patch Changes
6+
7+
- de70444: Added `engines` field requiring Node.js >=22.
8+
- 3462433: Fixed `z.bigint()`, `z.coerce.bigint()`, `z.date()`, and `z.coerce.date()` schemas failing during skill sync by representing them as `{ type: "string" }` in JSON Schema output.
9+
310
## 0.3.15
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"[!start-pkg]": "",
3434
"name": "incur",
3535
"type": "module",
36-
"version": "0.3.15",
36+
"version": "0.3.16",
3737
"license": "MIT",
3838
"repository": {
3939
"type": "git",

0 commit comments

Comments
 (0)