diff --git a/.changeset/chatty-meals-mix.md b/.changeset/chatty-meals-mix.md deleted file mode 100644 index 3757763..0000000 --- a/.changeset/chatty-meals-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"secco": patch ---- - -After updating `valibot` to the latest version, the validation for environment variables wasn't behaving correctly. The custom validation is fixed now. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa28ad..d5d55c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # secco +## 1.1.1 + +### Patch Changes + +- [#34](https://github.com/LekoArts/secco/pull/34) [`08ad44e`](https://github.com/LekoArts/secco/commit/08ad44ef05783c0edcd5fb7da4c9b5bf05d24033) Thanks [@LekoArts](https://github.com/LekoArts)! - After updating `valibot` to the latest version, the validation for environment variables wasn't behaving correctly. The custom validation is fixed now. + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index 97d87e7..17afa69 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "secco", "type": "module", - "version": "1.1.0", + "version": "1.1.1", "packageManager": "pnpm@8.11.0", "description": "Local package testing made easy. secco is a command-line tool for local development. It uses Verdaccio and direct file copying to apply your latest changes to other projects.", "author": "LekoArts",