Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Jan 20, 2025
1 parent eb5dbb8 commit be29b3e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.3.0](https://github.com/qq15725/modern-canvas/compare/v0.2.5...v0.3.0) (2025-01-20)


### Bug Fixes

* addSibling ([64a24c5](https://github.com/qq15725/modern-canvas/commit/64a24c5ffde7a6fe26c3097fbec212a831343156))


### Features

* add yoga-layout engine ([98807ef](https://github.com/qq15725/modern-canvas/commit/98807efcb8a44c6ebf4f4034f1b2e30d52c23852))
* rename `addChild` to `appendChild` ([eb5dbb8](https://github.com/qq15725/modern-canvas/commit/eb5dbb82acdef8bf53bf20494b6afd92e8606f3b))



## [0.2.5](https://github.com/qq15725/modern-canvas/compare/v0.2.4...v0.2.5) (2025-01-17)


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": "modern-canvas",
"type": "module",
"version": "0.2.5",
"version": "0.3.0",
"packageManager": "[email protected]",
"description": "A JavaScript WebGL rendering engine.",
"author": "wxm",
Expand Down

0 comments on commit be29b3e

Please sign in to comment.