Skip to content

Commit

Permalink
chore: update tooth.json & changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Apr 5, 2024
1 parent dab9615 commit 412363e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.3] - 2024-04-05

### Fixed

- Add default value process into Entity::hurt [#91]
- Fix setScale [#92]

## [0.5.2] - 2024-03-28

### Fixed

- Fix #79 #80 #81 #82
- Fix [#79] [#80] [#81] [#82]

## [0.5.1] - 2024-03-27

Expand Down Expand Up @@ -227,7 +234,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#73]: https://github.com/LiteLDev/LegacyScriptEngine/issues/73
[#74]: https://github.com/LiteLDev/LegacyScriptEngine/issues/74
[#76]: https://github.com/LiteLDev/LegacyScriptEngine/issues/76

[#79]: https://github.com/LiteLDev/LegacyScriptEngine/issues/79
[#80]: https://github.com/LiteLDev/LegacyScriptEngine/issues/80
[#81]: https://github.com/LiteLDev/LegacyScriptEngine/issues/81
[#82]: https://github.com/LiteLDev/LegacyScriptEngine/issues/82
[#91]: https://github.com/LiteLDev/LegacyScriptEngine/issues/91
[#92]: https://github.com/LiteLDev/LegacyScriptEngine/issues/92

[0.5.3]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.15...v0.5.1
[0.4.15]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.14...v0.4.15
[0.4.14]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.13...v0.4.14
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "native",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
"author": "LiteLDev",
"version": "0.5.2",
"version": "0.5.3",
"dependencies": [
{
"name": "LegacyMoney"
Expand Down
6 changes: 3 additions & 3 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
"version": "0.5.2",
"version": "0.5.3",
"info": {
"name": "LegacyScriptEngine",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -12,7 +12,7 @@
]
},
"dependencies": {
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.5.2",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.5.2"
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.5.3",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.5.3"
}
}
2 changes: 1 addition & 1 deletion tooth.lua.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
"version": "0.5.2",
"version": "0.5.3",
"info": {
"name": "LegacyScriptEngine with Lua backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down
2 changes: 1 addition & 1 deletion tooth.nodejs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
"version": "0.5.2",
"version": "0.5.3",
"info": {
"name": "LegacyScriptEngine with NodeJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down
2 changes: 1 addition & 1 deletion tooth.python.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
"version": "0.5.2",
"version": "0.5.3",
"info": {
"name": "LegacyScriptEngine with Python backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down
2 changes: 1 addition & 1 deletion tooth.quickjs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
"version": "0.5.2",
"version": "0.5.3",
"info": {
"name": "LegacyScriptEngine with QuickJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down

0 comments on commit 412363e

Please sign in to comment.