Skip to content

Commit 182e23d

Browse files
committed
get ready for 0.9.33
1 parent 32d805a commit 182e23d

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

documentation/changeLogs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
## Change Log
55
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.
66

7+
## v0.9.33
8+
79
## v0.9.32
810
* Fix [Capture on Reload](https://github.com/BabylonJS/Spector.js/issues/313)
911

extensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"minimum_chrome_version": "100",
44
"name" : "Spector.js",
5-
"version" : "0.9.32",
5+
"version" : "0.9.33",
66
"homepage_url": "http://spector.babylonjs.com/",
77
"description" : "Explore and Troubleshoot your WebGL scenes easily.",
88
"author": "@SpectorJS",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectorjs",
3-
"version": "0.9.32",
3+
"version": "0.9.33",
44
"description": "Explore and Troubleshoot your WebGL scenes easily.",
55
"keywords": [
66
"webgl",

0 commit comments

Comments
 (0)