diff --git a/CHANGELOG.md b/CHANGELOG.md index c5177c5..27086bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.11](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/compare/v0.3.10...v0.3.11) (2023-08-09) + + +### Bug Fixes + +* :bug: trying only publishing to github packages ([a8dee90](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/commit/a8dee90d7819e139bd5384a8e4c9fe3a10ce6a1f)) + ## [0.3.10](https://github.com/michaelbrusegard/WebGL-Fluid-Simulation/compare/v0.3.9...v0.3.10) (2023-08-09) diff --git a/package-lock.json b/package-lock.json index 51098cd..a67cb25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webgl-fluid-simulation", - "version": "0.3.10", + "version": "0.3.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "webgl-fluid-simulation", - "version": "0.3.10", + "version": "0.3.11", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index dfc4434..4342e26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@michaelbrusegard/webgl-fluid-simulation", - "version": "0.3.10", + "version": "0.3.11", "description": "WebGL Fluid Simulation for modern webpages (works even on mobile)", "author": "Michael Brusegard", "license": "MIT",