Skip to content

Commit

Permalink
chore: release 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tchayen committed Feb 3, 2024
1 parent ebaf0fa commit 7d79b00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [0.1.11](https://github.com/tchayen/red-otter/compare/v0.1.10...v0.1.11) (2024-02-03)


### Bug Fixes

* change Mat4.perspective to use WebGPU NDC space ([ebaf0fa](https://github.com/tchayen/red-otter/commit/ebaf0faa90a8ce855371045a05b79c83854e820a))

## [0.1.10](https://github.com/tchayen/red-otter/compare/v0.1.9...v0.1.10) (2024-02-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "red-otter",
"description": "Self-contained UI rendering library for 3D graphics APIs.",
"version": "0.1.10",
"version": "0.1.11",
"main": "dist/src/index.js",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit 7d79b00

Please sign in to comment.