diff --git a/CHANGELOG.md b/CHANGELOG.md index a761b74..e654b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # All Changes to LST can be found below. +## [0.1.0-alpha.10](https://git.tuffraid.net/cowch/lst_v3/compare/v0.1.0-alpha.9...v0.1.0-alpha.10) (2026-04-03) + + +### 🛠️ Code Refactor + +* **changelog:** reverted back to commit-chagnelog, like more than changeset for solo dev ([ed052df](https://git.tuffraid.net/cowch/lst_v3/commits/ed052dff3c81a7064660a7d25685e0505065252c)) + ## [0.1.0-alpha.9](https://git.tuffraid.net/cowch/lst_v3/compare/v0.0.1-alpha.8...v0.1.0-alpha.9) (2026-04-03) ## 0.1.0-alpha.8 diff --git a/package-lock.json b/package-lock.json index 4ddde3b..cc5b4be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lst_v3", - "version": "0.1.0-alpha.9", + "version": "0.1.0-alpha.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lst_v3", - "version": "0.1.0-alpha.9", + "version": "0.1.0-alpha.10", "license": "ISC", "dependencies": { "@dotenvx/dotenvx": "^1.57.0", diff --git a/package.json b/package.json index 8ed1c21..27984a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lst_v3", - "version": "0.1.0-alpha.9", + "version": "0.1.0-alpha.10", "description": "The tool that supports us in our everyday alplaprod", "main": "index.js", "scripts": {