From 3404436096313bfa061c9b3ceea64a8892091249 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 20 Oct 2023 22:09:01 -0700 Subject: [PATCH] v5.7.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc54504a..fca76022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.2](https://github.com/ljharb/tape/compare/v5.7.1...v5.7.2) - 2023-10-20 + +### Commits + +- [Refactor] use `hasown` instead of `has` [`489736a`](https://github.com/ljharb/tape/commit/489736ab9325a3a3ff3c4c391d4de6a44e86e36a) +- [Deps] update `call-bind`, `mock-property`, `object-inspect` [`de34703`](https://github.com/ljharb/tape/commit/de3470385f388e601b3058bd2240db1c7bb941d1) +- [Tests] use `through` properly [`56d7a8b`](https://github.com/ljharb/tape/commit/56d7a8b02572d1ce711cda8b591ab64f3d636531) + ## [v5.7.1](https://github.com/ljharb/tape/compare/v5.7.0...v5.7.1) - 2023-10-11 ### Commits diff --git a/package.json b/package.json index f25bb227..97f8b96b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tape", - "version": "5.7.1", + "version": "5.7.2", "description": "tap-producing test harness for node and browsers", "main": "index.js", "browser": {