Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.2.0](https://github.com/infodusha/next-env-space/compare/v3.1.0...v3.2.0) (2026-09-11)


### Features

* preserve error overlay ([dfa2694](https://github.com/infodusha/next-env-space/commit/dfa2694ff48920c35f009445b6e7c348a7739f16))


### Bug Fixes

* hide "Invalid hook cal" for `getAsync` ([86b883f](https://github.com/infodusha/next-env-space/commit/86b883f6792e39f7583fe99c607226e0a52acfdb))

## [3.1.0](https://github.com/infodusha/next-env-space/compare/v3.0.0...v3.1.0) (2026-08-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-env-space",
"version": "3.1.0",
"version": "3.2.0",
"description": "Runtime environment variables for Next.js, validated with any Standard Schema library and grouped into isolated spaces",
"keywords": [
"arktype",
Expand Down