diff --git a/.changeset/shaggy-trains-turn.md b/.changeset/shaggy-trains-turn.md deleted file mode 100644 index 61fa8c3..0000000 --- a/.changeset/shaggy-trains-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arundo/typed-env": minor ---- - -Use strings-ts to simplify the package. diff --git a/.changeset/tricky-trees-build.md b/.changeset/tricky-trees-build.md deleted file mode 100644 index b745eea..0000000 --- a/.changeset/tricky-trees-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arundo/typed-env": patch ---- - -Types of the resolved environment is now the output of schema parse and not the input. diff --git a/CHANGELOG.md b/CHANGELOG.md index a74a95e..f3422f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @arunod/typed-env +## 0.1.0 + +### Minor Changes + +- b671288: Use strings-ts to simplify the package. + +### Patch Changes + +- b671288: Types of the resolved environment is now the output of schema parse and not the input. + ## 0.0.8 ### Patch Changes diff --git a/package.json b/package.json index ae0e845..1d565e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arundo/typed-env", - "version": "0.0.8", + "version": "0.1.0", "description": "Typed environment variables made easy 🚀", "main": "dist/index.js", "module": "dist/index.mjs",