Skip to content

Commit

Permalink
chore(release): 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.6.0](v0.5.2...v0.6.0) (2024-01-28)

### Bug Fixes

* added node version 20 to workflow ([99b4f7c](99b4f7c))

### Features

* migrated from vite to bun, added new dev server & improved dev experience with linting ([21e198a](21e198a))
  • Loading branch information
semantic-release-bot committed Jan 28, 2024
1 parent 99b4f7c commit 2274173
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.6.0](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/compare/v0.5.2...v0.6.0) (2024-01-28)


### Bug Fixes

* added node version 20 to workflow ([99b4f7c](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/commit/99b4f7c067c81a75be38cef0175bf9b8a03afbea))


### Features

* migrated from vite to bun, added new dev server & improved dev experience with linting ([21e198a](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/commit/21e198a0b9498886c6cf370e3e68854cb790a373))

## [0.5.2](https://github.com/michaelbrusegard/WebGL-Fluid-Enhanced/compare/v0.5.1...v0.5.2) (2023-08-11)


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.5.2",
"version": "0.6.0",
"description": "WebGL Fluid Simulation for modern webpages (works even on mobile)",
"author": "Michael Brusegard",
"license": "MIT",
Expand Down

0 comments on commit 2274173

Please sign in to comment.