Skip to content

Commit

Permalink
bump to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Sep 8, 2024
1 parent 106b7cf commit 9ccb1c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9ccb1c8

Please sign in to comment.