diff --git a/.changeset/itchy-bags-deny.md b/.changeset/itchy-bags-deny.md deleted file mode 100644 index 0d024c9..0000000 --- a/.changeset/itchy-bags-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@webiny/stdlib": patch ---- - -Add `Env` abstraction for typed environment variable access with `getString`, `getNumber`, and `getBoolean` families (each with bare, default, and OrThrow variants). Node implementation (`ProcessEnvFeature`) reads from `process.env`; browser implementation (`BrowserEnvFeature`) accepts an injected variables object. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b60457..40b8a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @webiny/stdlib +## 0.0.9 + +### Patch Changes + +- 2f17d08: Add `Env` abstraction for typed environment variable access with `getString`, `getNumber`, and `getBoolean` families (each with bare, default, and OrThrow variants). Node implementation (`ProcessEnvFeature`) reads from `process.env`; browser implementation (`BrowserEnvFeature`) accepts an injected variables object. + ## 0.0.8 ### Patch Changes diff --git a/package.json b/package.json index b800bf9..df0d3cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webiny/stdlib", - "version": "0.0.8", + "version": "0.0.9", "type": "module", "description": "Standard library for Webiny — platform-agnostic, Node.js, and browser utilities", "license": "MIT",