We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee732b commit 98bad19Copy full SHA for 98bad19
2 files changed
CHANGELOG.md
@@ -5,6 +5,7 @@
5
6
### Fixes
7
- (Jakob Törmä) Fixed launch command assuming electron directory structure.
8
+ - Fixed packing and unpacking ignoring CombatantGroups.
9
10
## 1.0.4
11
lib/package.mjs
@@ -115,7 +115,8 @@ const HIERARCHY = {
115
cards: []
116
},
117
combats: {
118
- combatants: []
+ combatants: [],
119
+ groups: []
120
121
delta: {
122
items: [],
0 commit comments