Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.4
- Remove .luaurc from Wally package to fix transitive dependency resolution
- Bump dependencies and update submodules

## 1.1.3
- Included `.luaurc` in Wally package for proper alias resolution

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.3
1.1.4
3 changes: 1 addition & 2 deletions wally.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[package]
name = "horsenuggets/testable"
description = "A Luau testing framework based off of TestEZ."
version = "1.1.3"
version = "1.1.4"
license = "MIT"
realm = "shared"
registry = "https://github.com/UpliftGames/wally-index"
repository = "https://github.com/horsenuggets/testable"
include = [
".luaurc",
"default.project.json",
"init.luau",
"LICENSE",
Expand Down
Loading