Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## [0.28.3]
- Bump `@actions/languageserver` and `@actions/workflow-parser` to 0.3.30
## [0.29.0]
- Add language server support for `action.yml` and `action.yaml` files
- Bump `@actions/languageserver` and `@actions/languageservice` to 0.3.33
- Fix escape hatch completions using `additionalTextEdits`
- Cron schedule descriptions now appear as inlay hints instead of info diagnostics
- Add runs-on label completions for mapping syntax
- Fix autocomplete showing mapping keys for empty values
Expand Down
Loading