Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaserEditor2D committed Feb 27, 2022
2 parents dde0288 + fba6284 commit abf471c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v3.32.1 - Feb 27, 2022

* Updates with the latest editor.

## v3.32.0 - Jan 12, 2022

* Updates to the latest Electron.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PhaserEditor2D-allInOne",
"version": "3.32.0",
"version": "3.32.1",
"description": "Phaser Editor 2D, an IDE for HTML5 game creation",
"main": "src/js/main.js",
"scripts": {
Expand All @@ -20,7 +20,8 @@
"config": {
"forge": {
"packagerConfig": {
"icon": "build-assets/icon"
"icon": "build-assets/icon",
"ignore": ["server", ".github", ".vscode", "get-starter-templates.sh", "src/ts"]
}
}
},
Expand All @@ -38,4 +39,4 @@
"electron": "16.0.6",
"typescript": "^4.5.4"
}
}
}

0 comments on commit abf471c

Please sign in to comment.