Skip to content

Commit

Permalink
get ready for 0.9.33
Browse files Browse the repository at this point in the history
  • Loading branch information
sebavan committed Oct 14, 2024
1 parent 32d805a commit 182e23d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions documentation/changeLogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
## Change Log
Please, find below the per release summary of the contribution added to the project per version. Each of the listed versions is having its corresponding tag in the repo.

## v0.9.33

## v0.9.32
* Fix [Capture on Reload](https://github.com/BabylonJS/Spector.js/issues/313)

Expand Down
2 changes: 1 addition & 1 deletion extensions/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"minimum_chrome_version": "100",
"name" : "Spector.js",
"version" : "0.9.32",
"version" : "0.9.33",
"homepage_url": "http://spector.babylonjs.com/",
"description" : "Explore and Troubleshoot your WebGL scenes easily.",
"author": "@SpectorJS",
Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "spectorjs",
"version": "0.9.32",
"version": "0.9.33",
"description": "Explore and Troubleshoot your WebGL scenes easily.",
"keywords": [
"webgl",
Expand Down

0 comments on commit 182e23d

Please sign in to comment.