diff --git a/packages/qwik/CHANGELOG.md b/packages/qwik/CHANGELOG.md index 49343904..7c89bca4 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.5.0 (March 26, 2023) - Improve types for optional properties and parameters - Add generic to type `data` of `FormResponse` type (issue #37) diff --git a/packages/qwik/package.json b/packages/qwik/package.json index 7a2db179..898c4a7b 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.4.0", + "version": "0.5.0", "license": "MIT", "author": "Fabian Hiller", "homepage": "https://modularforms.dev",