diff --git a/.changeset/2025-08-20T10-47-57-744Z-72061e20.md b/.changeset/2025-08-20T10-47-57-744Z-72061e20.md deleted file mode 100644 index 9f87d0e..0000000 --- a/.changeset/2025-08-20T10-47-57-744Z-72061e20.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chkp/threat-emulation-mcp": patch ---- - -General improvements and updates (synced from internal repository) diff --git a/packages/threat-emulation/CHANGELOG.md b/packages/threat-emulation/CHANGELOG.md index 60c2760..e8f0755 100644 --- a/packages/threat-emulation/CHANGELOG.md +++ b/packages/threat-emulation/CHANGELOG.md @@ -1,5 +1,11 @@ # @chkp/threat-emulation-mcp +## 0.1.1 + +### Patch Changes + +- c8535ac: General improvements and updates (synced from internal repository) + ## 0.1.0 ### Minor Changes diff --git a/packages/threat-emulation/package.json b/packages/threat-emulation/package.json index ac74b27..b6cf77f 100644 --- a/packages/threat-emulation/package.json +++ b/packages/threat-emulation/package.json @@ -1,6 +1,6 @@ { "name": "@chkp/threat-emulation-mcp", - "version": "0.1.0", + "version": "0.1.1", "bin": { "threat-emulation-mcp": "dist/index.js" },