From 22befd6c6add70aab813db7cc74ab8efc370c053 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 24 Jan 2024 22:40:57 -0800 Subject: [PATCH] v5.7.4 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8423ebb..65543b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 3d5ad3c5..d6a26824 100644 --- a/package.json +++ b/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": {