Skip to content

Commit

Permalink
RELEASE: 8.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientromp committed Oct 22, 2021
1 parent ef37b4f commit e32e71b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestone",
"version": "8.0.22",
"version": "8.0.23",
"scripts": {
"lint": "node --max_old_space_size=6000 ./node_modules//eslint/bin/eslint.js --color --fix --ext .ts ./src/",
"test": "node --max_old_space_size=6000 ./node_modules/jest/bin/jest.js --colors",
Expand Down
6 changes: 5 additions & 1 deletion core/src/js/components/main-window/updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface UpdateSectionItemDetails {

export const updates: readonly Update[] = [
{
version: '8.0.22',
version: '8.0.23',
sections: [
// {
// type: 'intro',
Expand Down Expand Up @@ -61,6 +61,10 @@ export const updates: readonly Update[] = [
type: 'feature',
text: `Show ability speeds and speed modifiers in the battle team widget.`,
},
{
type: 'bug',
text: `Fix a memory leak that would cause the app to take way too much RAM.`,
},
],
},
{
Expand Down

0 comments on commit e32e71b

Please sign in to comment.