diff --git a/documentation/changeLogs.md b/documentation/changeLogs.md index 7a80b46..192168c 100644 --- a/documentation/changeLogs.md +++ b/documentation/changeLogs.md @@ -4,7 +4,10 @@ ## 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.32 + ## v0.9.31 +* Fix [Manifest V2](https://github.com/BabylonJS/Spector.js/issues/312) * Fix [Request Non GL contexts](https://github.com/BabylonJS/Spector.js/issues/307) ## v0.9.30 diff --git a/extensions/manifest.json b/extensions/manifest.json index 5ac5b6e..84650cb 100644 --- a/extensions/manifest.json +++ b/extensions/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "minimum_chrome_version": "100", "name" : "Spector.js", - "version" : "0.9.31", + "version" : "0.9.32", "homepage_url": "http://spector.babylonjs.com/", "description" : "Explore and Troubleshoot your WebGL scenes easily.", "author": "@SpectorJS", diff --git a/package-lock.json b/package-lock.json index d00fdae..fd93db0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spectorjs", - "version": "0.9.31", + "version": "0.9.32", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "spectorjs", - "version": "0.9.31", + "version": "0.9.32", "license": "MIT", "dependencies": { "@shaderfrog/glsl-parser": "^2.0.1" diff --git a/package.json b/package.json index acbf595..63d4414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spectorjs", - "version": "0.9.31", + "version": "0.9.32", "description": "Explore and Troubleshoot your WebGL scenes easily.", "keywords": [ "webgl",