From 9ccb1c82cbfb86eee9847063dbc18392e594dffb Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sat, 7 Sep 2024 19:16:37 -0700 Subject: [PATCH] bump to v6.1.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 e542d108..62aaab5e 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,5 +1,9 @@ # Change List +* 6.1.0 + + Added `createTextureAsync` and `createTexturesAsync` + * 6.0.0 Internal change. `gl.pixelStorei` state for `UNPACK_COLORSPACE_CONVERSION_WEBGL` diff --git a/package-lock.json b/package-lock.json index 44ae7692..a6f5dcea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twgl.js", - "version": "6.0.1", + "version": "6.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twgl.js", - "version": "6.0.1", + "version": "6.1.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.24.0", diff --git a/package.json b/package.json index 84bf8453..4480ef95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twgl.js", - "version": "6.0.1", + "version": "6.1.0", "description": "A Tiny WebGL helper library", "main": "dist/6.x/twgl-full.js", "types": "dist/6.x/twgl-full.d.ts",