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",