Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Changelog

## 1.0.0 (2026-08-14)


### Features

* add COMPAS Three.js protobuf viewer ([e336bff](https://github.com/compas-dev/vscode-compas-threejs/commit/e336bff2479d5371ad80139bcf1aa774bd7467fb))
* hide toolbar in VS Code viewer ([b905518](https://github.com/compas-dev/vscode-compas-threejs/commit/b905518938e74835dacaaf5f17d6ac226a0da04c))
* upgrade public viewer ([bd9dd49](https://github.com/compas-dev/vscode-compas-threejs/commit/bd9dd499c4e9369a5b99fd63c84434c8b1af2c69))

## Changelog

Release Please maintains this file from conventional commits.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-compas-threejs",
"displayName": "COMPAS Three.js Viewer",
"description": "View COMPAS protobuf geometry and live COMPAS scenes in Visual Studio Code.",
"version": "0.1.0",
"version": "1.0.0",
"publisher": "compas-dev",
"license": "MIT",
"repository": {
Expand Down
Loading