diff --git a/Changelog.md b/Changelog.md index ad9321a..b47c436 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.7.1] 2024-07-03 + +- Update dependencies and github actions + ## [1.7.0] 2022-06-20 - Add a --controller argument diff --git a/package.json b/package.json index b4378a0..9523864 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multi-tape", - "version": "1.7.0", + "version": "1.7.1", "description": "Runner for tape-tests", "bin": { "multi-tape": "build/index.js"