Skip to content

Commit c754612

Browse files
chore(release): 0.3.1 [skip ci]
## [0.3.1](v0.3.0...v0.3.1) (2023-08-09) ### Bug Fixes * 🐛 tried fixing package.json version bug ([fde5950](fde5950)) * 🐛 tried fixing package.json version bug again ([b9640dc](b9640dc))
1 parent b9640dc commit c754612

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.3.1](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/compare/v0.3.0...v0.3.1) (2023-08-09)
2+
3+
4+
### Bug Fixes
5+
6+
* :bug: tried fixing package.json version bug ([fde5950](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/commit/fde5950565d919fe9e57c3ac14b9f23ab13da4d3))
7+
* :bug: tried fixing package.json version bug again ([b9640dc](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/commit/b9640dc78f86e93ceeaa11e347e217eca265db06))
8+
19
# [0.3.0](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/compare/v0.2.0...v0.3.0) (2023-08-09)
210

311

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@michaelbrusegard/webgl-fluid-simulation",
3-
"version": "0.1.1",
3+
"version": "0.3.1",
44
"description": "WebGL Fluid Simulation for modern webpages (works even on mobile)",
55
"author": "Michael Brusegard",
66
"license": "MIT",

0 commit comments

Comments
 (0)