Spaces:
Runtime error
Runtime error
semantic-release-bot
commited on
Commit
•
de38660
1
Parent(s):
8f23117
chore(release): 1.1.0
Browse files# [1.1.0](https://github.com/failfa-st/2D-GameCreator/compare/1.0.3...1.1.0) (2023-06-01)
### Bug Fixes
* **write-version:** use a node script to write the version ([8f23117](https://github.com/failfa-st/2D-GameCreator/commit/8f23117e91b07460fd2d6dc2755272a7881edeba))
### Features
* make sure that "createGameLoop" will not be removed by AI ([ae0898c](https://github.com/failfa-st/2D-GameCreator/commit/ae0898c64992b66e5f9059bfc188657f2ded2d2e))
- package.json +1 -1
package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "2d-gamecreator",
|
3 |
-
"version": "1.0
|
4 |
"description": "text-to-game using OpenAI GPT 3.5 / GPT 4",
|
5 |
"keywords": [
|
6 |
"ai",
|
|
|
1 |
{
|
2 |
"name": "2d-gamecreator",
|
3 |
+
"version": "1.1.0",
|
4 |
"description": "text-to-game using OpenAI GPT 3.5 / GPT 4",
|
5 |
"keywords": [
|
6 |
"ai",
|