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
7 changes: 0 additions & 7 deletions .changeset/calm-commands-rest.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/calm-printers-sanitize.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clear-tags-key.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-dates-listen.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eff-213-secure-mssql-transport.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eff-219-key-value-store-file-keys.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eff-224-bound-sse-pending-state.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-entity-manager-defect-replay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-mailbox-zero-capacity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-rpc-batch-serialization.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/polite-lights-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-snakes-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-timeout-fibers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/redacted-config-errors.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/secure-api-docs-html.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-cookies-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-stream-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-files-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-rpcs-own.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @effect/cli

## 0.77.0

### Patch Changes

- [#6755](https://github.com/Effect-TS/effect/pull/6755) [`ec2d75d`](https://github.com/Effect-TS/effect/commit/ec2d75d3a36918646d006f0a2a9478f7ba5bd810) Thanks @tim-smart! - Reject path separators and `..` segments in `ConfigFile` file names.

- Updated dependencies [[`e5dfd78`](https://github.com/Effect-TS/effect/commit/e5dfd78b252d9314bc3e1dddb9271e1148c22988), [`fcbe828`](https://github.com/Effect-TS/effect/commit/fcbe828dda11e0e32866364e691a50a31bab1d43), [`7ccbd9c`](https://github.com/Effect-TS/effect/commit/7ccbd9cfc78c5e0d71c75c06fb69c80ba5a0b0ac), [`4b03605`](https://github.com/Effect-TS/effect/commit/4b03605cf0e0ade67fbf0397c99c14ddf4c6ed23), [`ab2af6d`](https://github.com/Effect-TS/effect/commit/ab2af6d702d0fcd06a5f1657bed3408168305245), [`8a405fd`](https://github.com/Effect-TS/effect/commit/8a405fd8bdd48b741ad928fb66c8f1c009058bdf), [`3cc3c6e`](https://github.com/Effect-TS/effect/commit/3cc3c6e1a64cbdc360e9d28e44f3ec3ce0ece6e3), [`3d390f2`](https://github.com/Effect-TS/effect/commit/3d390f232bdbc3f0d3d6a2ae3c775084f494b547), [`fcabf08`](https://github.com/Effect-TS/effect/commit/fcabf08c8af32ae6f8c7ab8c177cf58029a61e25), [`8ee801d`](https://github.com/Effect-TS/effect/commit/8ee801d1ef2ad11f961ad156226cf69ad139334b), [`5859b37`](https://github.com/Effect-TS/effect/commit/5859b373b9be04d5037a594196b4743ad80379bd), [`735d81b`](https://github.com/Effect-TS/effect/commit/735d81ba80b17f03ff337845cc089c2497e31f67)]:
- @effect/platform@0.97.1
- @effect/printer@0.51.0
- @effect/printer-ansi@0.51.0
- effect@3.22.1

## 0.76.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/cli",
"version": "0.76.0",
"version": "0.77.0",
"type": "module",
"license": "MIT",
"description": "A library for building command-line interfaces with Effect",
Expand Down
12 changes: 12 additions & 0 deletions packages/cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @effect/cluster

## 0.60.1

### Patch Changes

- [#6310](https://github.com/Effect-TS/effect/pull/6310) [`63ca816`](https://github.com/Effect-TS/effect/commit/63ca8163e57b75db2f70cebf94e4ddea4e32fe91) Thanks @tim-smart! - Fix EntityManager defect restarts so in-flight requests are replayed instead of being dropped when the old entity scope is interrupted.

- Updated dependencies [[`e5dfd78`](https://github.com/Effect-TS/effect/commit/e5dfd78b252d9314bc3e1dddb9271e1148c22988), [`7ccbd9c`](https://github.com/Effect-TS/effect/commit/7ccbd9cfc78c5e0d71c75c06fb69c80ba5a0b0ac), [`ad4085e`](https://github.com/Effect-TS/effect/commit/ad4085e07df6bdd279efeae648ed1ec50e3974ee), [`4b03605`](https://github.com/Effect-TS/effect/commit/4b03605cf0e0ade67fbf0397c99c14ddf4c6ed23), [`ab2af6d`](https://github.com/Effect-TS/effect/commit/ab2af6d702d0fcd06a5f1657bed3408168305245), [`59beb5b`](https://github.com/Effect-TS/effect/commit/59beb5bb5c49dccf90e1fe79e446bd4700be3c48), [`8a405fd`](https://github.com/Effect-TS/effect/commit/8a405fd8bdd48b741ad928fb66c8f1c009058bdf), [`3cc3c6e`](https://github.com/Effect-TS/effect/commit/3cc3c6e1a64cbdc360e9d28e44f3ec3ce0ece6e3), [`3d390f2`](https://github.com/Effect-TS/effect/commit/3d390f232bdbc3f0d3d6a2ae3c775084f494b547), [`fcabf08`](https://github.com/Effect-TS/effect/commit/fcabf08c8af32ae6f8c7ab8c177cf58029a61e25), [`8ee801d`](https://github.com/Effect-TS/effect/commit/8ee801d1ef2ad11f961ad156226cf69ad139334b), [`5859b37`](https://github.com/Effect-TS/effect/commit/5859b373b9be04d5037a594196b4743ad80379bd), [`735d81b`](https://github.com/Effect-TS/effect/commit/735d81ba80b17f03ff337845cc089c2497e31f67), [`ff54da3`](https://github.com/Effect-TS/effect/commit/ff54da3cb7272f3224f28308021e9e125df0b7ec)]:
- @effect/platform@0.97.1
- effect@3.22.1
- @effect/sql@0.52.1
- @effect/rpc@0.76.1

## 0.60.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/cluster",
"type": "module",
"version": "0.60.0",
"version": "0.60.1",
"description": "Unified interfaces for common cluster-specific services",
"publishConfig": {
"access": "public",
Expand Down
16 changes: 16 additions & 0 deletions packages/effect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# effect

## 3.22.1

### Patch Changes

- [#6443](https://github.com/Effect-TS/effect/pull/6443) [`7ccbd9c`](https://github.com/Effect-TS/effect/commit/7ccbd9cfc78c5e0d71c75c06fb69c80ba5a0b0ac) Thanks @coyaSONG! - Clarify that `Context.GenericTag` requires a key.

- [#6673](https://github.com/Effect-TS/effect/pull/6673) [`ab2af6d`](https://github.com/Effect-TS/effect/commit/ab2af6d702d0fcd06a5f1657bed3408168305245) Thanks @tim-smart! - Fix zero-capacity `Mailbox` rendezvous behavior for `take` and `takeN`.

- [#6761](https://github.com/Effect-TS/effect/pull/6761) [`3cc3c6e`](https://github.com/Effect-TS/effect/commit/3cc3c6e1a64cbdc360e9d28e44f3ec3ce0ece6e3) Thanks @tim-smart! - Use a linear matcher when decoding template literals containing only string spans.

- [#6507](https://github.com/Effect-TS/effect/pull/6507) [`3d390f2`](https://github.com/Effect-TS/effect/commit/3d390f232bdbc3f0d3d6a2ae3c775084f494b547) Thanks @tim-smart! - Disable unhandled error logging for fibers spawned by `Effect.timeout`.

- [#6762](https://github.com/Effect-TS/effect/pull/6762) [`fcabf08`](https://github.com/Effect-TS/effect/commit/fcabf08c8af32ae6f8c7ab8c177cf58029a61e25) Thanks @tim-smart! - Redact errors from wrapped config parsers and avoid JSON key path collisions.

- [#6669](https://github.com/Effect-TS/effect/pull/6669) [`735d81b`](https://github.com/Effect-TS/effect/commit/735d81ba80b17f03ff337845cc089c2497e31f67) Thanks @tim-smart! - Fix `Stream.asyncPush` termination with bounded dropping and sliding buffers.

## 3.22.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/effect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "effect",
"version": "3.22.0",
"version": "3.22.1",
"type": "module",
"license": "MIT",
"description": "The missing standard library for TypeScript, for writing production-grade software.",
Expand Down
2 changes: 1 addition & 1 deletion packages/effect/src/internal/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let moduleVersion = "3.22.0"
let moduleVersion = "3.22.1"

export const getCurrentVersion = () => moduleVersion

Expand Down
10 changes: 10 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @effect/experimental

## 0.61.1

### Patch Changes

- [#6778](https://github.com/Effect-TS/effect/pull/6778) [`b75724b`](https://github.com/Effect-TS/effect/commit/b75724bfbf8255ff20163aab4c1806d5a79c01bf) Thanks @tim-smart! - Bound pending SSE decoder state with a configurable maximum event size.

- Updated dependencies [[`e5dfd78`](https://github.com/Effect-TS/effect/commit/e5dfd78b252d9314bc3e1dddb9271e1148c22988), [`7ccbd9c`](https://github.com/Effect-TS/effect/commit/7ccbd9cfc78c5e0d71c75c06fb69c80ba5a0b0ac), [`4b03605`](https://github.com/Effect-TS/effect/commit/4b03605cf0e0ade67fbf0397c99c14ddf4c6ed23), [`ab2af6d`](https://github.com/Effect-TS/effect/commit/ab2af6d702d0fcd06a5f1657bed3408168305245), [`8a405fd`](https://github.com/Effect-TS/effect/commit/8a405fd8bdd48b741ad928fb66c8f1c009058bdf), [`3cc3c6e`](https://github.com/Effect-TS/effect/commit/3cc3c6e1a64cbdc360e9d28e44f3ec3ce0ece6e3), [`3d390f2`](https://github.com/Effect-TS/effect/commit/3d390f232bdbc3f0d3d6a2ae3c775084f494b547), [`fcabf08`](https://github.com/Effect-TS/effect/commit/fcabf08c8af32ae6f8c7ab8c177cf58029a61e25), [`8ee801d`](https://github.com/Effect-TS/effect/commit/8ee801d1ef2ad11f961ad156226cf69ad139334b), [`5859b37`](https://github.com/Effect-TS/effect/commit/5859b373b9be04d5037a594196b4743ad80379bd), [`735d81b`](https://github.com/Effect-TS/effect/commit/735d81ba80b17f03ff337845cc089c2497e31f67)]:
- @effect/platform@0.97.1
- effect@3.22.1

## 0.61.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/experimental",
"version": "0.61.0",
"version": "0.61.1",
"type": "module",
"license": "MIT",
"description": "Experimental modules for the Effect ecosystem",
Expand Down
10 changes: 10 additions & 0 deletions packages/platform-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @effect/platform-browser

## 0.77.1

### Patch Changes

- [#6311](https://github.com/Effect-TS/effect/pull/6311) [`8a405fd`](https://github.com/Effect-TS/effect/commit/8a405fd8bdd48b741ad928fb66c8f1c009058bdf) Thanks @tim-smart! - update multipasta

- Updated dependencies [[`e5dfd78`](https://github.com/Effect-TS/effect/commit/e5dfd78b252d9314bc3e1dddb9271e1148c22988), [`7ccbd9c`](https://github.com/Effect-TS/effect/commit/7ccbd9cfc78c5e0d71c75c06fb69c80ba5a0b0ac), [`4b03605`](https://github.com/Effect-TS/effect/commit/4b03605cf0e0ade67fbf0397c99c14ddf4c6ed23), [`ab2af6d`](https://github.com/Effect-TS/effect/commit/ab2af6d702d0fcd06a5f1657bed3408168305245), [`8a405fd`](https://github.com/Effect-TS/effect/commit/8a405fd8bdd48b741ad928fb66c8f1c009058bdf), [`3cc3c6e`](https://github.com/Effect-TS/effect/commit/3cc3c6e1a64cbdc360e9d28e44f3ec3ce0ece6e3), [`3d390f2`](https://github.com/Effect-TS/effect/commit/3d390f232bdbc3f0d3d6a2ae3c775084f494b547), [`fcabf08`](https://github.com/Effect-TS/effect/commit/fcabf08c8af32ae6f8c7ab8c177cf58029a61e25), [`8ee801d`](https://github.com/Effect-TS/effect/commit/8ee801d1ef2ad11f961ad156226cf69ad139334b), [`5859b37`](https://github.com/Effect-TS/effect/commit/5859b373b9be04d5037a594196b4743ad80379bd), [`735d81b`](https://github.com/Effect-TS/effect/commit/735d81ba80b17f03ff337845cc089c2497e31f67)]:
- @effect/platform@0.97.1
- effect@3.22.1

## 0.77.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/platform-browser",
"type": "module",
"version": "0.77.0",
"version": "0.77.1",
"license": "MIT",
"description": "Platform specific implementations for the browser",
"homepage": "https://effect.website",
Expand Down
16 changes: 16 additions & 0 deletions packages/platform-bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @effect/platform-bun

## 0.91.1

### Patch Changes

- [#6652](https://github.com/Effect-TS/effect/pull/6652) [`e5dfd78`](https://github.com/Effect-TS/effect/commit/e5dfd78b252d9314bc3e1dddb9271e1148c22988) Thanks @IMax153! - Add an `extendEnv` option to `Command.env` for spawning commands with a clean environment.

- [#6311](https://github.com/Effect-TS/effect/pull/6311) [`8a405fd`](https://github.com/Effect-TS/effect/commit/8a405fd8bdd48b741ad928fb66c8f1c009058bdf) Thanks @tim-smart! - update multipasta

- Updated dependencies [[`e5dfd78`](https://github.com/Effect-TS/effect/commit/e5dfd78b252d9314bc3e1dddb9271e1148c22988), [`7ccbd9c`](https://github.com/Effect-TS/effect/commit/7ccbd9cfc78c5e0d71c75c06fb69c80ba5a0b0ac), [`ad4085e`](https://github.com/Effect-TS/effect/commit/ad4085e07df6bdd279efeae648ed1ec50e3974ee), [`4b03605`](https://github.com/Effect-TS/effect/commit/4b03605cf0e0ade67fbf0397c99c14ddf4c6ed23), [`63ca816`](https://github.com/Effect-TS/effect/commit/63ca8163e57b75db2f70cebf94e4ddea4e32fe91), [`ab2af6d`](https://github.com/Effect-TS/effect/commit/ab2af6d702d0fcd06a5f1657bed3408168305245), [`59beb5b`](https://github.com/Effect-TS/effect/commit/59beb5bb5c49dccf90e1fe79e446bd4700be3c48), [`8a405fd`](https://github.com/Effect-TS/effect/commit/8a405fd8bdd48b741ad928fb66c8f1c009058bdf), [`3cc3c6e`](https://github.com/Effect-TS/effect/commit/3cc3c6e1a64cbdc360e9d28e44f3ec3ce0ece6e3), [`3d390f2`](https://github.com/Effect-TS/effect/commit/3d390f232bdbc3f0d3d6a2ae3c775084f494b547), [`fcabf08`](https://github.com/Effect-TS/effect/commit/fcabf08c8af32ae6f8c7ab8c177cf58029a61e25), [`8ee801d`](https://github.com/Effect-TS/effect/commit/8ee801d1ef2ad11f961ad156226cf69ad139334b), [`5859b37`](https://github.com/Effect-TS/effect/commit/5859b373b9be04d5037a594196b4743ad80379bd), [`735d81b`](https://github.com/Effect-TS/effect/commit/735d81ba80b17f03ff337845cc089c2497e31f67), [`ff54da3`](https://github.com/Effect-TS/effect/commit/ff54da3cb7272f3224f28308021e9e125df0b7ec)]:
- @effect/platform@0.97.1
- @effect/platform-node-shared@0.61.1
- effect@3.22.1
- @effect/sql@0.52.1
- @effect/cluster@0.60.1
- @effect/rpc@0.76.1

## 0.91.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-bun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/platform-bun",
"type": "module",
"version": "0.91.0",
"version": "0.91.1",
"license": "MIT",
"description": "Platform specific implementations for the Bun runtime",
"homepage": "https://effect.website",
Expand Down
15 changes: 15 additions & 0 deletions packages/platform-node-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @effect/platform-node-shared

## 0.61.1

### Patch Changes

- [#6652](https://github.com/Effect-TS/effect/pull/6652) [`e5dfd78`](https://github.com/Effect-TS/effect/commit/e5dfd78b252d9314bc3e1dddb9271e1148c22988) Thanks @IMax153! - Add an `extendEnv` option to `Command.env` for spawning commands with a clean environment.

- [#6311](https://github.com/Effect-TS/effect/pull/6311) [`8a405fd`](https://github.com/Effect-TS/effect/commit/8a405fd8bdd48b741ad928fb66c8f1c009058bdf) Thanks @tim-smart! - update multipasta

- Updated dependencies [[`e5dfd78`](https://github.com/Effect-TS/effect/commit/e5dfd78b252d9314bc3e1dddb9271e1148c22988), [`7ccbd9c`](https://github.com/Effect-TS/effect/commit/7ccbd9cfc78c5e0d71c75c06fb69c80ba5a0b0ac), [`ad4085e`](https://github.com/Effect-TS/effect/commit/ad4085e07df6bdd279efeae648ed1ec50e3974ee), [`4b03605`](https://github.com/Effect-TS/effect/commit/4b03605cf0e0ade67fbf0397c99c14ddf4c6ed23), [`63ca816`](https://github.com/Effect-TS/effect/commit/63ca8163e57b75db2f70cebf94e4ddea4e32fe91), [`ab2af6d`](https://github.com/Effect-TS/effect/commit/ab2af6d702d0fcd06a5f1657bed3408168305245), [`59beb5b`](https://github.com/Effect-TS/effect/commit/59beb5bb5c49dccf90e1fe79e446bd4700be3c48), [`8a405fd`](https://github.com/Effect-TS/effect/commit/8a405fd8bdd48b741ad928fb66c8f1c009058bdf), [`3cc3c6e`](https://github.com/Effect-TS/effect/commit/3cc3c6e1a64cbdc360e9d28e44f3ec3ce0ece6e3), [`3d390f2`](https://github.com/Effect-TS/effect/commit/3d390f232bdbc3f0d3d6a2ae3c775084f494b547), [`fcabf08`](https://github.com/Effect-TS/effect/commit/fcabf08c8af32ae6f8c7ab8c177cf58029a61e25), [`8ee801d`](https://github.com/Effect-TS/effect/commit/8ee801d1ef2ad11f961ad156226cf69ad139334b), [`5859b37`](https://github.com/Effect-TS/effect/commit/5859b373b9be04d5037a594196b4743ad80379bd), [`735d81b`](https://github.com/Effect-TS/effect/commit/735d81ba80b17f03ff337845cc089c2497e31f67), [`ff54da3`](https://github.com/Effect-TS/effect/commit/ff54da3cb7272f3224f28308021e9e125df0b7ec)]:
- @effect/platform@0.97.1
- effect@3.22.1
- @effect/sql@0.52.1
- @effect/cluster@0.60.1
- @effect/rpc@0.76.1

## 0.61.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-node-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/platform-node-shared",
"type": "module",
"version": "0.61.0",
"version": "0.61.1",
"license": "MIT",
"description": "Unified interfaces for common platform-specific services",
"homepage": "https://effect.website",
Expand Down
17 changes: 17 additions & 0 deletions packages/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @effect/platform

## 0.97.1

### Patch Changes

- [#6652](https://github.com/Effect-TS/effect/pull/6652) [`e5dfd78`](https://github.com/Effect-TS/effect/commit/e5dfd78b252d9314bc3e1dddb9271e1148c22988) Thanks @IMax153! - Add an `extendEnv` option to `Command.env` for spawning commands with a clean environment.

- [#6774](https://github.com/Effect-TS/effect/pull/6774) [`4b03605`](https://github.com/Effect-TS/effect/commit/4b03605cf0e0ade67fbf0397c99c14ddf4c6ed23) Thanks @tim-smart! - Reject empty, `.` and `..` keys in file-backed key-value stores.

- [#6311](https://github.com/Effect-TS/effect/pull/6311) [`8a405fd`](https://github.com/Effect-TS/effect/commit/8a405fd8bdd48b741ad928fb66c8f1c009058bdf) Thanks @tim-smart! - update multipasta

- [#6756](https://github.com/Effect-TS/effect/pull/6756) [`8ee801d`](https://github.com/Effect-TS/effect/commit/8ee801d1ef2ad11f961ad156226cf69ad139334b) Thanks @tim-smart! - Fix a security issue in HTML escaping for generated Scalar and Swagger API documentation.

- [#6765](https://github.com/Effect-TS/effect/pull/6765) [`5859b37`](https://github.com/Effect-TS/effect/commit/5859b373b9be04d5037a594196b4743ad80379bd) Thanks @tim-smart! - Reject invalid cookie names and cookie attribute separators in domains and paths.

- Updated dependencies [[`7ccbd9c`](https://github.com/Effect-TS/effect/commit/7ccbd9cfc78c5e0d71c75c06fb69c80ba5a0b0ac), [`ab2af6d`](https://github.com/Effect-TS/effect/commit/ab2af6d702d0fcd06a5f1657bed3408168305245), [`3cc3c6e`](https://github.com/Effect-TS/effect/commit/3cc3c6e1a64cbdc360e9d28e44f3ec3ce0ece6e3), [`3d390f2`](https://github.com/Effect-TS/effect/commit/3d390f232bdbc3f0d3d6a2ae3c775084f494b547), [`fcabf08`](https://github.com/Effect-TS/effect/commit/fcabf08c8af32ae6f8c7ab8c177cf58029a61e25), [`735d81b`](https://github.com/Effect-TS/effect/commit/735d81ba80b17f03ff337845cc089c2497e31f67)]:
- effect@3.22.1

## 0.97.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effect/platform",
"type": "module",
"version": "0.97.0",
"version": "0.97.1",
"license": "MIT",
"description": "Unified interfaces for common platform-specific services",
"homepage": "https://effect.website",
Expand Down
Loading
Loading