Skip to content

Commit 2a0da24

Browse files
committed
0.11.4 - Missed a generated type in prev
1 parent ce850f4 commit 2a0da24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ export interface PartialGame {
180180
status?: string
181181
notes?: string
182182
tags?: TagVec
183+
detailedTags?: Array<Tag>
183184
source?: string
184185
legacyApplicationPath?: string
185186
legacyLaunchCommand?: string

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fparchive/flashpoint-archive",
3-
"version": "0.11.3",
3+
"version": "0.11.4",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)