diff --git a/.changeset/swift-dodos-smile.md b/.changeset/swift-dodos-smile.md deleted file mode 100644 index f69ca6a..0000000 --- a/.changeset/swift-dodos-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cayasde/ok": patch ---- - -Exclude the Rojo project file from the published Wally package so Pesde can link the module correctly. diff --git a/CHANGELOG.md b/CHANGELOG.md index d86c4cf..0d3a692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cayasde/ok +## 1.0.1 + +### Patch Changes + +- f48074a: Exclude the Rojo project file from the published Wally package so Pesde can link the module correctly. + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 37c1623..4011edc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cayasde/ok", - "version": "1.0.0", + "version": "1.0.1", "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 528ba1a..cc2ed93 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "cayasde/ok" -version = "1.0.0" +version = "1.0.1" 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 3558729..5f65e6d 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.0" +version = "1.0.1" license = "MIT" realm = "shared" registry = "https://github.com/UpliftGames/wally-index"