File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
18
## [ v5.7.3] ( https://github.com/ljharb/tape/compare/v5.7.2...v5.7.3 ) - 2024-01-12
9
19
10
20
### Commits
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tape" ,
3
- "version" : " 5.7.3 " ,
3
+ "version" : " 5.7.4 " ,
4
4
"description" : " tap-producing test harness for node and browsers" ,
5
5
"main" : " index.js" ,
6
6
"browser" : {
You can’t perform that action at this time.
0 commit comments