Skip to content

Commit

Permalink
chore: update tooth & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Feb 5, 2024
1 parent e2057f6 commit 997c35e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ 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.1.5] - 2024-02-05

### Fixed

- Fix some error while migrating old plugins

## [0.1.4] - 2024-02-05

### Added

- First release.

[0.1.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/LiteLDev/LegacyScriptEngine/releases/tag/v0.1.4
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.1.4",
"version": "0.1.5",
"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.1.4",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.1.4"
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.1.5",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.1.5"
}
}
2 changes: 1 addition & 1 deletion tooth.template.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-${engine}",
"version": "0.1.4",
"version": "0.1.5",
"info": {
"name": "LegacyScriptEngine with ${engine} backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down

0 comments on commit 997c35e

Please sign in to comment.