Skip to content

Commit

Permalink
chore(release): 0.4.7 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.7](v0.4.6...v0.4.7) (2023-08-10)

### Bug Fixes

* 🐛 delayed mousemove initialisation so it still works while hovering on page refresh ([c75b9d1](c75b9d1))
  • Loading branch information
semantic-release-bot committed Aug 10, 2023
1 parent c75b9d1 commit 8bfed33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.4.7](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/compare/v0.4.6...v0.4.7) (2023-08-10)


### Bug Fixes

* :bug: delayed mousemove initialisation so it still works while hovering on page refresh ([c75b9d1](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/commit/c75b9d1d45b806b2825a6c22d8bfe5be6b4cd9d5))

## [0.4.6](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/compare/v0.4.5...v0.4.6) (2023-08-10)


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": "webgl-fluid-enhanced",
"version": "0.4.6",
"version": "0.4.7",
"description": "WebGL Fluid Simulation for modern webpages (works even on mobile)",
"author": "Michael Brusegard",
"license": "MIT",
Expand Down

0 comments on commit 8bfed33

Please sign in to comment.