From 530eff3e47577bf841abb8d501a8bf431a97d446 Mon Sep 17 00:00:00 2001 From: juicycleff Date: Tue, 20 May 2025 18:32:48 +0000 Subject: [PATCH] chore(release): prepare release 0.6.1 --- CHANGELOG.md | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2050400..dd54a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,51 +1,45 @@ -## [0.4.1](https://github.com/juicycleff/smartform/compare/v0.4.0...v0.4.1) (2025-05-05) +## [0.6.1](https://github.com/juicycleff/smartform/compare/v0.6.0...v0.6.1) (2025-05-20) ### Bug Fixes -* fixed malformed form type ([9008f52](https://github.com/juicycleff/smartform/commit/9008f52f05e10d74690fd0d22026b7957c93b2bf)) +* added default ids for auth fields. ([7f6ac76](https://github.com/juicycleff/smartform/commit/7f6ac761e1a029b8bed9cdac1d9e280eef05552a)) -# [0.4.0](https://github.com/juicycleff/smartform/compare/v0.3.0...v0.4.0) (2025-04-22) +# [0.6.0](https://github.com/juicycleff/smartform/compare/v0.5.0...v0.6.0) (2025-05-20) ### Features -* add pnpm lockfile for dependency management ([93d4f4b](https://github.com/juicycleff/smartform/commit/93d4f4bd2e9aaafc443b5cc9a6d837d6502733c3)) +* added template engine support ([4cb1ee4](https://github.com/juicycleff/smartform/commit/4cb1ee429667dea503ebf1cbf4ea06a5974c848d)) -# [0.3.0](https://github.com/juicycleff/smartform/compare/v0.2.0...v0.3.0) (2025-04-10) +# [0.5.0](https://github.com/juicycleff/smartform/compare/v0.4.1...v0.5.0) (2025-05-13) ### Features -* add workflows for conventional commit checks and release ([66d24d8](https://github.com/juicycleff/smartform/commit/66d24d807ca3042f42a53f3d92727e78c278ba66)) - - - -# [0.2.0](https://github.com/juicycleff/smartform/compare/v0.1.0...v0.2.0) (2025-04-10) +* added multiline ([2a836ac](https://github.com/juicycleff/smartform/commit/2a836ac799967bdaf9e08f1ccdddd8de44e9f266)) -### Features -* add workflows for conventional commit checks and release ([d85ecae](https://github.com/juicycleff/smartform/commit/d85ecaeb18866ae4ab8be2d503d1d460b85d1328)) +## [0.4.1](https://github.com/juicycleff/smartform/compare/v0.4.0...v0.4.1) (2025-05-05) +### Bug Fixes -# [0.1.0](https://github.com/juicycleff/smartform/compare/f1f6503b6af68a5d0d956e264b4e8e5c364a624c...v0.1.0) (2025-04-10) +* fixed malformed form type ([9008f52](https://github.com/juicycleff/smartform/commit/9008f52f05e10d74690fd0d22026b7957c93b2bf)) -### Bug Fixes -* handle json encoding errors in API responses ([f1f6503](https://github.com/juicycleff/smartform/commit/f1f6503b6af68a5d0d956e264b4e8e5c364a624c)) +# [0.4.0](https://github.com/juicycleff/smartform/compare/v0.3.0...v0.4.0) (2025-04-22) ### Features -* add workflows for conventional commit checks and release ([86e03ff](https://github.com/juicycleff/smartform/commit/86e03ffc78db10082c99b3ef9721476dafc94e0a)) -* add workflows for conventional commit checks and release ([538055c](https://github.com/juicycleff/smartform/commit/538055c87d71c523984fd3e326cb3252abf398f8)) +* add pnpm lockfile for dependency management ([93d4f4b](https://github.com/juicycleff/smartform/commit/93d4f4bd2e9aaafc443b5cc9a6d837d6502733c3))