From b7b7f649066894a54bfbf0e836557cab45ef2eb0 Mon Sep 17 00:00:00 2001 From: Timm Stelzer Date: Mon, 13 May 2024 14:25:02 +0200 Subject: [PATCH] chore: bump --- workspace/examples/CHANGELOG.md | 7 +++++++ workspace/prediction-testing-cli/CHANGELOG.md | 6 ++++++ workspace/prediction-testing-cli/package.json | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/workspace/examples/CHANGELOG.md b/workspace/examples/CHANGELOG.md index 1c6809c..afd0af8 100644 --- a/workspace/examples/CHANGELOG.md +++ b/workspace/examples/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies + - @creative-introvert/prediction-testing-cli@0.3.1 + +## null + +### Patch Changes + - Updated dependencies - @creative-introvert/prediction-testing@0.3.0 - @creative-introvert/prediction-testing-cli@0.3.0 diff --git a/workspace/prediction-testing-cli/CHANGELOG.md b/workspace/prediction-testing-cli/CHANGELOG.md index a19d8a7..056bd61 100644 --- a/workspace/prediction-testing-cli/CHANGELOG.md +++ b/workspace/prediction-testing-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @creative-introvert/prediction-testing-cli +## 0.3.1 + +### Patch Changes + +- Fix: import.meta.url in cjs. + ## 0.3.0 ### Minor Changes diff --git a/workspace/prediction-testing-cli/package.json b/workspace/prediction-testing-cli/package.json index 061f814..bd414d6 100644 --- a/workspace/prediction-testing-cli/package.json +++ b/workspace/prediction-testing-cli/package.json @@ -1,6 +1,6 @@ { "name": "@creative-introvert/prediction-testing-cli", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "license": "MIT", "sideEffects": [],