Skip to content

Commit da81e97

Browse files
chore(release): 0.3.18 [skip ci]
## [0.3.18](v0.3.17...v0.3.18) (2023-08-09) ### Bug Fixes * went back to only publish to github packages ([931a565](931a565))
1 parent d50e12d commit da81e97

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.3.18](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/compare/v0.3.17...v0.3.18) (2023-08-09)
2+
3+
4+
### Bug Fixes
5+
6+
* went back to only publish to github packages ([931a565](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/commit/931a565e475335d90920ded89a9251b95a9af5f9))
7+
18
## [0.3.17](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/compare/v0.3.16...v0.3.17) (2023-08-09)
29

310

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

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@michaelbrusegard/webgl-fluid-simulation",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"description": "WebGL Fluid Simulation for modern webpages (works even on mobile)",
55
"author": "Michael Brusegard",
66
"license": "MIT",
@@ -36,8 +36,10 @@
3636
"semantic-release": "^21.0.7",
3737
"vite": "^4.4.9"
3838
},
39-
"release": {
40-
"branches": ["main"],
39+
"release": {
40+
"branches": [
41+
"main"
42+
],
4143
"plugins": [
4244
"@semantic-release/commit-analyzer",
4345
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)