Skip to content

Commit 1862d94

Browse files
chore(release): 0.4.4 [skip ci]
## [0.4.4](v0.4.3...v0.4.4) (2023-08-10) ### Bug Fixes * added semantic release npm multiple ([b2bfbe8](b2bfbe8)) * resorted to only publish to npm registry ([6d2e40b](6d2e40b))
1 parent 6d2e40b commit 1862d94

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.4.4](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/compare/v0.4.3...v0.4.4) (2023-08-10)
2+
3+
4+
### Bug Fixes
5+
6+
* added semantic release npm multiple ([b2bfbe8](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/commit/b2bfbe812592755457cafd7644c6814fd8e76f4e))
7+
* resorted to only publish to npm registry ([6d2e40b](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/commit/6d2e40be1447637991afabc7a37fe3ebac858896))
8+
19
# [0.4.0](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/compare/v0.3.24...v0.4.0) (2023-08-10)
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webgl-fluid-enhanced",
3-
"version": "0.4.0",
3+
"version": "0.4.4",
44
"description": "WebGL Fluid Simulation for modern webpages (works even on mobile)",
55
"author": "Michael Brusegard",
66
"license": "MIT",
@@ -35,7 +35,7 @@
3535
"semantic-release": "^21.0.7",
3636
"vite": "^4.4.9"
3737
},
38-
"release": {
38+
"release": {
3939
"branches": [
4040
"main"
4141
],

0 commit comments

Comments
 (0)