Skip to content

Commit

Permalink
v5.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 25, 2024
1 parent 6a5df50 commit 22befd6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,16 @@ 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.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v5.7.4](https://github.com/ljharb/tape/compare/v5.7.3...v5.7.4) - 2024-01-24

### Fixed

- [Fix] handle native ESM URLs in `at:` [`#601`](https://github.com/ljharb/tape/issues/601)

### Commits

- [Deps] update `has-dynamic-import` [`1e50cb3`](https://github.com/ljharb/tape/commit/1e50cb35fce5734f069218bd6ce8b550445b1a88)

## [v5.7.3](https://github.com/ljharb/tape/compare/v5.7.2...v5.7.3) - 2024-01-12

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tape",
"version": "5.7.3",
"version": "5.7.4",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"browser": {
Expand Down

0 comments on commit 22befd6

Please sign in to comment.