From 22741739928d13c0b5d167a2b01c671c6b06f6ec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Jan 2024 17:41:16 +0000 Subject: [PATCH] chore(release): 0.6.0 [skip ci] # [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)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b257e..c1306ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 613c4af..dc2926d 100644 --- a/package.json +++ b/package.json @@ -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",