diff --git a/packages/qwik/CHANGELOG.md b/packages/qwik/CHANGELOG.md index 5ffda18..41a2a4f 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the library will be documented in this file. -## vX.X.X (Month DD, YYYY) +## v0.28.1 (October 07, 2024) - Fix installation error when Valibot dependency is missing (issue #255) diff --git a/packages/qwik/package.json b/packages/qwik/package.json index ab5dda0..5955f4a 100644 --- a/packages/qwik/package.json +++ b/packages/qwik/package.json @@ -1,7 +1,7 @@ { "name": "@modular-forms/qwik", "description": "The modular and type-safe form library for Qwik", - "version": "0.28.0", + "version": "0.28.1", "license": "MIT", "author": "Fabian Hiller", "homepage": "https://modularforms.dev",