Skip to content

Commit

Permalink
chore: release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tchayen committed Feb 2, 2024
1 parent 70e763e commit 97319f2
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.10](https://github.com/tchayen/red-otter/compare/v0.1.9...v0.1.10) (2024-02-02)


### Bug Fixes

* load color attachment in render pass instead of clearing ([70e763e](https://github.com/tchayen/red-otter/commit/70e763e442b0fd3185ad6e76995eb68671720c02))

## [0.1.9](https://github.com/tchayen/red-otter/compare/v0.1.8...v0.1.9) (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.9",
"version": "0.1.10",
"main": "dist/src/index.js",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit 97319f2

Please sign in to comment.