Skip to content

Commit 6c30a81

Browse files
committed
new patch version
1 parent 8a959b1 commit 6c30a81

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [2.3.1] - Unreleased
7+
## [2.3.1] - 2026-02-21
88
### Fixed
99
- Types for Node [#174]
10+
- `FileSystemDirectoryHandle` types in Deno.
1011
- Added `strict` option to browser version.
1112

1213
## [2.3.0] - 2025-12-25
@@ -122,7 +123,7 @@ Vento 2.0 is now dependency-free and compatible with browsers without a build st
122123
[#167]: https://github.com/ventojs/vento/issues/167
123124
[#174]: https://github.com/ventojs/vento/issues/174
124125

125-
[2.3.1]: https://github.com/ventojs/vento/compare/v2.3.0...HEAD
126+
[2.3.1]: https://github.com/ventojs/vento/compare/v2.3.0...v2.3.1
126127
[2.3.0]: https://github.com/ventojs/vento/compare/v2.2.0...v2.3.0
127128
[2.2.0]: https://github.com/ventojs/vento/compare/v2.1.1...v2.2.0
128129
[2.1.1]: https://github.com/ventojs/vento/compare/v2.1.0...v2.1.1

loaders/filesystem.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// <reference lib="dom" />
2+
13
import { join } from "./utils.ts";
24
import type { Loader, TemplateSource } from "../core/environment.ts";
35

0 commit comments

Comments
 (0)