From 6b5d04a966deb101cf3d17adc26e6e3b5f0b1393 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Feb 2025 14:58:40 +0000 Subject: [PATCH] Release 7.2.0 [skip ci] ## [7.2.0](https://github.com/eggjs/bin/compare/v7.1.0...v7.2.0) (2025-02-13) ### Features * support parallel tests ([#287](https://github.com/eggjs/bin/issues/287)) ([b3f2b6c](https://github.com/eggjs/bin/commit/b3f2b6cb531a6bef17ae12d4fcf1a2bfd9316263)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb4cc6..835c6dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.2.0](https://github.com/eggjs/bin/compare/v7.1.0...v7.2.0) (2025-02-13) + + +### Features + +* support parallel tests ([#287](https://github.com/eggjs/bin/issues/287)) ([b3f2b6c](https://github.com/eggjs/bin/commit/b3f2b6cb531a6bef17ae12d4fcf1a2bfd9316263)) + ## [7.1.0](https://github.com/eggjs/bin/compare/v7.0.4...v7.1.0) (2025-02-04) diff --git a/package.json b/package.json index 800bdf5..0ad1444 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/bin", - "version": "7.1.0", + "version": "7.2.0", "publishConfig": { "access": "public" },