Skip to content

Commit

Permalink
chore(release): 0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Oct 5, 2024
1 parent 9d9a290 commit 7f31a3e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.7.0](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/compare/v0.6.1...v0.7.0) (2024-10-05)


### Bug Fixes

* docker script folder name to have capitalized letters ([9d9a290](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/commit/9d9a290928a7de5a57ed9389d2a56b47a3e45a52))


### Features

* add invert option to be able to use black color ([2826f2e](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/commit/2826f2e596bc3f1ae57a11a788c30b40e71617c7))
* add new config setter ([1cf8d08](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/commit/1cf8d0817bf15a068897ed10da13acf23d55ed44))

## [0.6.1](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/compare/v0.6.0...v0.6.1) (2024-04-12)

### Bug Fixes
Expand Down
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.6.1",
"version": "0.7.0",
"description": "WebGL Fluid Simulation for modern webpages (works even on mobile)",
"keywords": [
"webgl",
Expand Down

0 comments on commit 7f31a3e

Please sign in to comment.