From d82de27e1045f141e8597e9aae1958c2b07cd331 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:56:56 +0000 Subject: [PATCH] Version Packages --- .changeset/gentle-parrots-sniff.md | 5 ----- .changeset/mighty-doors-thank.md | 6 ------ CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 12 deletions(-) delete mode 100644 .changeset/gentle-parrots-sniff.md delete mode 100644 .changeset/mighty-doors-thank.md diff --git a/.changeset/gentle-parrots-sniff.md b/.changeset/gentle-parrots-sniff.md deleted file mode 100644 index fcbf67b..0000000 --- a/.changeset/gentle-parrots-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"api-tuner": patch ---- - -Added `--sequential` flag so that tests are not executed concurrently diff --git a/.changeset/mighty-doors-thank.md b/.changeset/mighty-doors-thank.md deleted file mode 100644 index cb28c9e..0000000 --- a/.changeset/mighty-doors-thank.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"api-tuner": patch ---- - -Write output of tests as they are completed without wating for all to finish - \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a99afc..6f436fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # api-tuner +## 0.6.8 + +### Patch Changes + +- f2eba93: Added `--sequential` flag so that tests are not executed concurrently +- f2eba93: Write output of tests as they are completed without wating for all to finish + ## 0.6.7 ### Patch Changes diff --git a/package.json b/package.json index ee48f99..9ae480e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-tuner", - "version": "0.6.7", + "version": "0.6.8", "main": "index.js", "type": "module", "license": "MIT",