Skip to content

Commit 85a8765

Browse files
committed
changelist
1 parent 592b9e8 commit 85a8765

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELIST.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change List
22

3+
* 6.1.1
4+
5+
Fix bug in `createProgram` if you pass it an existing shader
6+
37
* 6.1.0
48

59
Added `createTextureAsync` and `createTexturesAsync`

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": "twgl.js",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "A Tiny WebGL helper library",
55
"main": "dist/6.x/twgl-full.js",
66
"types": "dist/6.x/twgl-full.d.ts",

0 commit comments

Comments
 (0)