From 1b9469f12d3a80f640cb6dddadc48340600af689 Mon Sep 17 00:00:00 2001 From: HorseNuggets Date: Fri, 3 Apr 2026 21:52:02 -0500 Subject: [PATCH] Bump version to 1.1.3 --- CHANGELOG.md | 3 +++ VERSION | 2 +- wally.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ccbb5..b02234d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.1.3 +- Included `.luaurc` in Wally package for proper alias resolution + ## 1.1.2 - Added script instance support for test roots (`Testable.run(script.Parent.Tests)`) - Added automatic `.spec.luau` file discovery from directory script instances diff --git a/VERSION b/VERSION index 45a1b3f..781dcb0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.2 +1.1.3 diff --git a/wally.toml b/wally.toml index d15951c..1087d0e 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "horsenuggets/testable" description = "A Luau testing framework based off of TestEZ." -version = "1.1.2" +version = "1.1.3" license = "MIT" realm = "shared" registry = "https://github.com/UpliftGames/wally-index"