From b271e9648b6f7a588cedf24d3a4546666676ea5f Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Wed, 26 Jun 2024 18:06:16 -0700 Subject: [PATCH] bump to v5.6.0 --- CHANGELIST.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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",