Skip to content

Commit

Permalink
chore: release 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tchayen committed Feb 11, 2024
1 parent 2a59580 commit 0e7c380
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.15](https://github.com/tchayen/red-otter/compare/v0.1.14...v0.1.15) (2024-02-11)


### Bug Fixes

* export LRUCache and Queue ([2a59580](https://github.com/tchayen/red-otter/commit/2a595800e802e847070bd72f7d6d3dcc89ca4dd5))

## [0.1.14](https://github.com/tchayen/red-otter/compare/v0.1.13...v0.1.14) (2024-02-04)


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.14",
"version": "0.1.15",
"main": "dist/src/index.js",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit 0e7c380

Please sign in to comment.