chore(release): 2.5.1

This commit is contained in:
2025-03-14 10:03:26 -05:00
parent 5696871b8d
commit 0578d28669
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# All CHanges to LST can be found below.
### [2.5.1](https://git.tuffraid.net/cowch/lstV2/compare/v2.5.0...v2.5.1) (2025-03-14)
### 📝 Testing Code
* **lst:** readded prodBuild ([5696871](https://git.tuffraid.net/cowch/lstV2/commits/5696871b8d56374b508df77e3c6b18421865605f))
## [2.5.0](https://git.tuffraid.net/cowch/lstV2/compare/v2.4.0...v2.5.0) (2025-03-14)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "lstv2",
"version": "2.5.0",
"version": "2.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lstv2",
"version": "2.5.0",
"version": "2.5.1",
"dependencies": {
"@dotenvx/dotenvx": "^1.38.3",
"@hono/node-server": "^1.13.8",

View File

@@ -1,6 +1,6 @@
{
"name": "lstv2",
"version": "2.5.0",
"version": "2.5.1",
"type": "module",
"scripts": {
"dev": "concurrently -n \"server,frontend\" -c \"#007755,#2f6da3\" \"npm run dev:server\" \"cd frontend && npm run dev\"",