diff --git a/CHANGELIST.md b/CHANGELIST.md index e8e85f26..85ba63a1 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,5 +1,9 @@ # Change List +* 5.6.0 + + Support offsets and shared buffers in uniform block infos. + * 5.5.0 add `compareMode` and `compareFunc` to texture options diff --git a/package-lock.json b/package-lock.json index 7590dce2..57582b3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twgl.js", - "version": "5.5.4", + "version": "5.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twgl.js", - "version": "5.5.4", + "version": "5.6.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.24.0", diff --git a/package.json b/package.json index 3639aa6d..6fdadf83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twgl.js", - "version": "5.5.4", + "version": "5.6.0", "description": "A Tiny WebGL helper library", "main": "dist/5.x/twgl-full.js", "types": "dist/5.x/twgl-full.d.ts",