diff --git a/.changeset/fresh-candles-agree.md b/.changeset/fresh-candles-agree.md deleted file mode 100644 index 0e62432..0000000 --- a/.changeset/fresh-candles-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cayasde/ok": patch ---- - -Restore the Wally package's root Rojo project so Pesde can require the module directly. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d3a692..9670678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cayasde/ok +## 1.0.2 + +### Patch Changes + +- c558c75: Restore the Wally package's root Rojo project so Pesde can require the module directly. + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index 4011edc..c1e64f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cayasde/ok", - "version": "1.0.1", + "version": "1.0.2", "description": "A compact assertion and mocking library for Luau and Roblox.", "license": "MIT", "repository": "https://github.com/lutest-dev/ok", diff --git a/pesde.toml b/pesde.toml index cc2ed93..cb8dd90 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "cayasde/ok" -version = "1.0.1" +version = "1.0.2" description = "A compact assertion and mock library for Luau and Roblox." license = "MIT" repository = "https://github.com/lutest-dev/ok" diff --git a/wally.toml b/wally.toml index a8c488b..c126d01 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "cayasde/ok" description = "A compact assertion and mock library for Luau and Roblox." -version = "1.0.1" +version = "1.0.2" license = "MIT" realm = "shared" registry = "https://github.com/UpliftGames/wally-index"