Skip to content

Commit

Permalink
chore(platform-deno): release
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Nov 25, 2024
1 parent 8470fda commit 8bdcb18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion packages/platform-deno/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2024-11-24

### Added

- Deno implementation of the `WorkerRunner` API.

### Changed

- File system implementation now uses Deno-native APIs.

## [0.1.0] - 2024-11-13

### Added

- Deno implementation for Effect’s platform-independent abstractions.
- Deno implementation of Effect’s platform-independent abstractions.

[0.1.0]: https://github.com/lishaduck/effect-utils/releases/tag/platform-deno-v0.1.0
2 changes: 1 addition & 1 deletion packages/platform-deno/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lishaduck/effect-platform-deno",
"version": "0.1.0",
"version": "0.1.1",
"exports": {
".": "./src/mod.ts",
"./DenoContext": "./src/DenoContext.ts",
Expand Down

0 comments on commit 8bdcb18

Please sign in to comment.