From a1b80407c7df58163c8ea856049063f8bc7bced7 Mon Sep 17 00:00:00 2001 From: Timm Stelzer Date: Tue, 14 May 2024 14:09:26 +0200 Subject: [PATCH] chore: version --- workspace/examples/CHANGELOG.md | 7 +++++++ workspace/tons-of-tests-cli/CHANGELOG.md | 6 ++++++ workspace/tons-of-tests-cli/package.json | 2 +- workspace/tons-of-tests-cli/src/version.ts | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/workspace/examples/CHANGELOG.md b/workspace/examples/CHANGELOG.md index 65f23de..56bf302 100644 --- a/workspace/examples/CHANGELOG.md +++ b/workspace/examples/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies + - @creative-introvert/tons-of-tests-cli@0.4.1 + +## null + +### Patch Changes + - Updated dependencies - @creative-introvert/tons-of-tests@0.4.0 - @creative-introvert/tons-of-tests-cli@0.4.0 diff --git a/workspace/tons-of-tests-cli/CHANGELOG.md b/workspace/tons-of-tests-cli/CHANGELOG.md index 6feac8c..9d29854 100644 --- a/workspace/tons-of-tests-cli/CHANGELOG.md +++ b/workspace/tons-of-tests-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @creative-introvert/tons-of-tests-cli +## 0.4.1 + +### Patch Changes + +- Feat: Make concurrency optional. + ## 0.4.0 ### Minor Changes diff --git a/workspace/tons-of-tests-cli/package.json b/workspace/tons-of-tests-cli/package.json index d1c32cc..44baf3f 100644 --- a/workspace/tons-of-tests-cli/package.json +++ b/workspace/tons-of-tests-cli/package.json @@ -1,6 +1,6 @@ { "name": "@creative-introvert/tons-of-tests-cli", - "version": "0.4.0", + "version": "0.4.1", "type": "module", "license": "MIT", "sideEffects": [], diff --git a/workspace/tons-of-tests-cli/src/version.ts b/workspace/tons-of-tests-cli/src/version.ts index e9806eb..27bded0 100644 --- a/workspace/tons-of-tests-cli/src/version.ts +++ b/workspace/tons-of-tests-cli/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.4.0'; \ No newline at end of file +export const VERSION = '0.4.1'; \ No newline at end of file