From d6d5b451cd9aeba642ef94654ca20f4acd0b827c Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 3 Apr 2026 16:49:20 -0500 Subject: [PATCH] chore(release): 0.1.0-alpha.11 --- 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 e654b40..b2f47a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # All Changes to LST can be found below. +## [0.1.0-alpha.11](https://git.tuffraid.net/cowch/lst_v3/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2026-04-03) + + +### 🐛 Bug fixes + +* **release:** typo that caused errors ([76747cf](https://git.tuffraid.net/cowch/lst_v3/commits/76747cf91738bd0d0530afcf7b4f51f0db11ca98)) + + +### 🛠️ Code Refactor + +* **release:** changes to only have the changelog in the release ([6e85991](https://git.tuffraid.net/cowch/lst_v3/commits/6e8599106298ed13febd069d6fda8b354efb5b7b)) + ## [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) diff --git a/package-lock.json b/package-lock.json index cc5b4be..9cc203b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lst_v3", - "version": "0.1.0-alpha.10", + "version": "0.1.0-alpha.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lst_v3", - "version": "0.1.0-alpha.10", + "version": "0.1.0-alpha.11", "license": "ISC", "dependencies": { "@dotenvx/dotenvx": "^1.57.0", diff --git a/package.json b/package.json index 27984a8..0a5222a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lst_v3", - "version": "0.1.0-alpha.10", + "version": "0.1.0-alpha.11", "description": "The tool that supports us in our everyday alplaprod", "main": "index.js", "scripts": {