Skip to content

Commit

Permalink
v5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 21, 2023
1 parent 489736a commit 3404436
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3404436

Please sign in to comment.