Skip to content

Commit 22befd6

Browse files
committed
v5.7.4
1 parent 6a5df50 commit 22befd6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v5.7.4](https://github.com/ljharb/tape/compare/v5.7.3...v5.7.4) - 2024-01-24
9+
10+
### Fixed
11+
12+
- [Fix] handle native ESM URLs in `at:` [`#601`](https://github.com/ljharb/tape/issues/601)
13+
14+
### Commits
15+
16+
- [Deps] update `has-dynamic-import` [`1e50cb3`](https://github.com/ljharb/tape/commit/1e50cb35fce5734f069218bd6ce8b550445b1a88)
17+
818
## [v5.7.3](https://github.com/ljharb/tape/compare/v5.7.2...v5.7.3) - 2024-01-12
919

1020
### Commits

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape",
3-
"version": "5.7.3",
3+
"version": "5.7.4",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"browser": {

0 commit comments

Comments
 (0)