Skip to content

Commit fe88dfc

Browse files
committed
Get ready for next release
1 parent 5a9a81c commit fe88dfc

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

documentation/changeLogs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
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.32
8+
79
## v0.9.31
10+
* Fix [Manifest V2](https://github.com/BabylonJS/Spector.js/issues/312)
811
* Fix [Request Non GL contexts](https://github.com/BabylonJS/Spector.js/issues/307)
912

1013
## v0.9.30

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.31",
5+
"version" : "0.9.32",
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.31",
3+
"version": "0.9.32",
44
"description": "Explore and Troubleshoot your WebGL scenes easily.",
55
"keywords": [
66
"webgl",

0 commit comments

Comments
 (0)