Skip to content

Commit 70bf11c

Browse files
committed
bump: v1.1.0 to v1.1.1
1 parent d2ad260 commit 70bf11c

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@askcodebase/common",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Common types, definitions for AskCodebase client and server.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,7 +12,14 @@
1212
"type": "git",
1313
"url": "git+https://github.com/jipitiai/askcodebase-common.git"
1414
},
15-
"keywords": ["askcodebase", "common", "types", "definitions", "client", "server"],
15+
"keywords": [
16+
"askcodebase",
17+
"common",
18+
"types",
19+
"definitions",
20+
"client",
21+
"server"
22+
],
1623
"author": "shiqimei",
1724
"license": "MIT",
1825
"private": false,
@@ -23,4 +30,4 @@
2330
"devDependencies": {
2431
"typescript": "^5.1.6"
2532
}
26-
}
33+
}

0 commit comments

Comments
 (0)