Skip to content

Commit 838e801

Browse files
chore(release): 3.1.32 [skip ci]
## [3.1.32](v3.1.31...v3.1.32) (2026-02-02) ### Bug Fixes * bump timeout to deal with macOS process spawning ([fa5a5a4](fa5a5a4)) * try to improve tests ([e9388fe](e9388fe)) * Update dependencies ([e04adcc](e04adcc))
1 parent 73d923f commit 838e801

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.1.32](https://github.com/eik-lib/cli/compare/v3.1.31...v3.1.32) (2026-02-02)
2+
3+
4+
### Bug Fixes
5+
6+
* bump timeout to deal with macOS process spawning ([fa5a5a4](https://github.com/eik-lib/cli/commit/fa5a5a4cf8dc2a854530388c49d8fc207a06caae))
7+
* try to improve tests ([e9388fe](https://github.com/eik-lib/cli/commit/e9388fe8ec2e703c4b03f16a20c02b6597e34db3))
8+
* Update dependencies ([e04adcc](https://github.com/eik-lib/cli/commit/e04adcc31a6f1782f16b22d639f45ef17c865287))
9+
110
## [3.1.31](https://github.com/eik-lib/cli/compare/v3.1.30...v3.1.31) (2025-12-15)
211

312

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/cli",
3-
"version": "3.1.31",
3+
"version": "3.1.32",
44
"description": "CLI tool for publishing assets to an Eik server",
55
"main": "./classes/index.js",
66
"types": "./types/classes/index.d.ts",

0 commit comments

Comments
 (0)