Release v7.1.1

This commit is contained in:
Lucien Greathouse
2022-05-26 02:53:20 -04:00
parent 6c6d6c9c8d
commit b9ed68fa9e
5 changed files with 12 additions and 6 deletions

View File

@@ -2,6 +2,14 @@
## Unreleased Changes
## [7.1.1] - May 26, 2022
* Fixed sourcemap command not stripping paths correctly ([#544])
* Fixed Studio plugin settings not saving correctly.
[#544]: https://github.com/rojo-rbx/rojo/pull/544
[#545]: https://github.com/rojo-rbx/rojo/pull/545
[7.1.1]: https://github.com/rojo-rbx/rojo/releases/tag/v7.1.1
## [7.1.0] - May 22, 2022
* Added support for specifying an address to be used by default in project files. ([#507])
* Added support for optional paths in project files. ([#472])