Releases: richie0866/rbxts-bundle-example
Releases · richie0866/rbxts-bundle-example
🔄 1.1.1 🔄
🎉 Sample Release
Hello! This is an example release to test automated bundling in release.yml.
📌 Quick Start
To run the code from a specific release, use these snippets:
-- Run the latest release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/latest/download/main.lua"))()
-- Run a specific release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/download/1.1.1/main.lua"))()
🐞 Bug Fixes
- Circular dependency check fails to run 4e08b8d
🔄 Full Changelog
📚 1.1.0 📚
🎉 Sample Release
Hello! This is an example release to test automated bundling in release.yml.
📌 Quick Start
To run the code from a specific release, use these snippets:
-- Run the latest release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/latest/download/main.lua"))()
-- Run a specific release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/download/1.1.0/main.lua"))()
🛠️ Development
🐞 Bug Fixes
- CoreGui access check always returns true f02742a
🔄 Full Changelog
🎉 1.0.0 🎉
🎉 Sample Release
Hello! This is an example release to test automated bundling in release.yml.
📌 Quick Start
To run the code from a specific release, use these snippets:
-- Run the latest release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/latest/download/main.lua"))()
-- Run a specific release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/download/1.0.0/main.lua"))()
🎉 0.1.0 🎉
🎉 Sample Release
Hello! This is an example release to test automated bundling in release.yml.
📌 Quick Start
To run the code from a specific release, use these snippets:
-- Run the latest release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/latest/download/main.lua"))()
-- Run a specific release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/download/0.1.0/main.lua"))()