Skip to content

Commit 7f31a3e

Browse files
chore(release): 0.7.0 [skip ci]
# [0.7.0](v0.6.1...v0.7.0) (2024-10-05) ### Bug Fixes * docker script folder name to have capitalized letters ([9d9a290](9d9a290)) ### Features * add invert option to be able to use black color ([2826f2e](2826f2e)) * add new config setter ([1cf8d08](1cf8d08))
1 parent 9d9a290 commit 7f31a3e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.7.0](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/compare/v0.6.1...v0.7.0) (2024-10-05)
2+
3+
4+
### Bug Fixes
5+
6+
* docker script folder name to have capitalized letters ([9d9a290](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/commit/9d9a290928a7de5a57ed9389d2a56b47a3e45a52))
7+
8+
9+
### Features
10+
11+
* add invert option to be able to use black color ([2826f2e](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/commit/2826f2e596bc3f1ae57a11a788c30b40e71617c7))
12+
* add new config setter ([1cf8d08](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/commit/1cf8d0817bf15a068897ed10da13acf23d55ed44))
13+
114
## [0.6.1](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/compare/v0.6.0...v0.6.1) (2024-04-12)
215

316
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webgl-fluid-enhanced",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "WebGL Fluid Simulation for modern webpages (works even on mobile)",
55
"keywords": [
66
"webgl",

0 commit comments

Comments
 (0)