Skip to content

πŸ”„ 1.1.1 πŸ”„

Latest
Compare
Choose a tag to compare
@richie0866 richie0866 released this 25 Jan 20:11
· 1 commit to main since this release

πŸŽ‰ 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