From 3d3c2aa96453ce220c46d9c09b03ce4827962bbf Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Thu, 23 Apr 2026 07:23:49 -0500 Subject: [PATCH] chore(release): 0.0.1 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6e060..6c1c43b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # All Changes to LST can be found below. +## [0.0.1](https://git.tuffraid.net/cowch/lst_v3/compare/v0.0.1-alpha.5...v0.0.1) (2026-04-23) + + +### 🐛 Bug fixes + +* **frontend:** lingering import crashed us ([781025d](https://git.tuffraid.net/cowch/lst_v3/commits/781025dca00e9dd4b2ad9b283be944ed91bbc1e5)) + + +### 📝 Chore + +* **doc remove:** removed a doc and put it in the real area for docs ([a593bb2](https://git.tuffraid.net/cowch/lst_v3/commits/a593bb2baafd0166a178b80cd76dd8862f240e11)) + ## [0.0.1-alpha.5](https://git.tuffraid.net/cowch/lst_v3/compare/v0.0.1-alpha.4...v0.0.1-alpha.5) (2026-04-23) diff --git a/package-lock.json b/package-lock.json index d4de8df..93ffb8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lst_v3", - "version": "0.0.1-alpha.5", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lst_v3", - "version": "0.0.1-alpha.5", + "version": "0.0.1", "license": "ISC", "dependencies": { "@dotenvx/dotenvx": "^1.57.0", diff --git a/package.json b/package.json index 2092d0f..504e6b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lst_v3", - "version": "0.0.1-alpha.5", + "version": "0.0.1", "description": "The tool that supports us in our everyday alplaprod", "main": "index.js", "scripts": {