Skip to content

Commit 13ef97a

Browse files
chore(release): 3.1.3 [skip ci]
## [3.1.3](v3.1.2...v3.1.3) (2024-08-19) ### Bug Fixes * add support for Windows ([#584](#584)) ([3d2dc7e](3d2dc7e))
1 parent 3d2dc7e commit 13ef97a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.3](https://github.com/eik-lib/cli/compare/v3.1.2...v3.1.3) (2024-08-19)
2+
3+
4+
### Bug Fixes
5+
6+
* add support for Windows ([#584](https://github.com/eik-lib/cli/issues/584)) ([3d2dc7e](https://github.com/eik-lib/cli/commit/3d2dc7ef87abc48a3b4b796e5d717b280837974b))
7+
18
## [3.1.2](https://github.com/eik-lib/cli/compare/v3.1.1...v3.1.2) (2024-08-19)
29

310

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.2",
3+
"version": "3.1.3",
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)