diff --git a/CHANGELOG.md b/CHANGELOG.md index fdaf192..53efa98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.5](https://github.com/cupcakearmy/formhero/compare/v1.0.4...v1.0.5) (2023-03-06) + + +### Bug Fixes + +* cleanup release ([c2d255a](https://github.com/cupcakearmy/formhero/commit/c2d255a7fb50876485c3183af378dc6cad5a7272)) + ## [1.0.4](https://github.com/cupcakearmy/formhero/compare/v1.0.3...v1.0.4) (2023-03-06) diff --git a/package.json b/package.json index 69cef26..f76b28c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formhero", - "version": "1.0.4", + "version": "1.0.5", "type": "module", "module": "./dist/index.js", "types": "./dist/index.d.ts",