Skip to content

Commit 566ee0f

Browse files
committed
chore: bump version to 1.0.16
1 parent 4eb63f2 commit 566ee0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@chess-labs/core",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "A lightweight, framework-agnostic chess engine written entirely in TypeScript",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/types/index.d.ts",
8+
"type": "module",
89
"exports": {
910
".": {
1011
"import": "./dist/esm/index.js",

0 commit comments

Comments
 (0)