From 9fe65e0399271608dad5b6d5c0f2a353cc3a2c36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:15:06 +0000 Subject: [PATCH] chore: version packages --- .changeset/readme-rule-scenario-counts.md | 5 ----- packages/toolkit/CHANGELOG.md | 6 ++++++ packages/toolkit/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/readme-rule-scenario-counts.md diff --git a/.changeset/readme-rule-scenario-counts.md b/.changeset/readme-rule-scenario-counts.md deleted file mode 100644 index b66d7ac..0000000 --- a/.changeset/readme-rule-scenario-counts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ocpp-debugkit/toolkit': patch ---- - -Correct the package README, which advertised 10 detection rules and 10 predefined scenarios. The toolkit ships 16 detection rules (4 critical, 10 warning, 2 info) and 15 scenarios. diff --git a/packages/toolkit/CHANGELOG.md b/packages/toolkit/CHANGELOG.md index 6088909..13bb67a 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,5 +1,11 @@ # @ocpp-debugkit/toolkit +## 0.3.2 + +### Patch Changes + +- a6b7d12: Correct the package README, which advertised 10 detection rules and 10 predefined scenarios. The toolkit ships 16 detection rules (4 critical, 10 warning, 2 info) and 15 scenarios. + ## 0.3.1 ### Patch Changes diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index 70cd27f..427d63a 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@ocpp-debugkit/toolkit", - "version": "0.3.1", + "version": "0.3.2", "description": "Open-source DevTools for debugging OCPP charging sessions — parser, normalizer, timeline, failure detection, scenarios, replay, reports, CLI, and React components.", "license": "Apache-2.0", "type": "module",