Skip to content

Commit eab2a12

Browse files
committed
feat: update CHANGELOG.md
1 parent 0f9406d commit eab2a12

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
## [Unreleased]
66

7+
## [0.1.1] - 2025-09-18
8+
9+
### Fixed
10+
11+
- Creation of files with non `.luau` extension
12+
13+
## [0.1.0] - 2025-09-16
14+
715
### Added
816

917
- Breadcrumbs navigation for functions, methods, and type declarations
@@ -21,6 +29,9 @@
2129
- Use Foreman for StyLua if available
2230
- Ignore Packages
2331
- Improved completion: include function parameters in suggestions
32+
- Luau LSP integration
33+
- Formatting with StyLua
34+
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
2435

2536
### Fixed
2637

@@ -73,5 +84,7 @@
7384
- Formatting with StyLua
7485
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
7586

76-
[Unreleased]: https://github.com/AleksandrSl/intellij-luau/compare/v0.1.0-eap...HEAD
87+
[Unreleased]: https://github.com/AleksandrSl/intellij-luau/compare/v0.1.0...HEAD
88+
[0.1.1]: https://github.com/AleksandrSl/intellij-luau/compare/v0.1.0...v0.1.1
89+
[0.1.0]: https://github.com/AleksandrSl/intellij-luau/compare/v0.1.0-eap...v0.1.0
7790
[0.1.0-eap]: https://github.com/AleksandrSl/intellij-luau/commits/v0.1.0-eap

0 commit comments

Comments
 (0)