Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
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
5 changes: 5 additions & 0 deletions extensions/roblox-creator-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Roblox Creator Docs Changelog

## [1.1.0] - {PR_MERGE_DATE}

### Added
- Added Windows Support

## [1.0.2] - 2025-12-16

### Fixed
Expand Down
102 changes: 51 additions & 51 deletions extensions/roblox-creator-docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions extensions/roblox-creator-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
"description": "Fast look-up for Roblox Creator Docs",
"icon": "extension_icon.png",
"author": "ben_rowlands",
"contributors": [
"pernielsentikaer"
],
"license": "MIT",
"version": "1.0.2",
"version": "1.1.0",
"categories": [
"Developer Tools",
"Documentation"
Expand Down Expand Up @@ -65,6 +68,7 @@
}
],
"platforms": [
"macOS"
"macOS",
"Windows"
]
}
Loading