diff --git a/.changeset/angry-mails-begin.md b/.changeset/angry-mails-begin.md deleted file mode 100644 index 4e0d59b..0000000 --- a/.changeset/angry-mails-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'oktopod': patch ---- - -Disable mangling of function names. Terser is mangling function names, and Xstate visualizer can't read action (function) names diff --git a/CHANGELOG.md b/CHANGELOG.md index 53840c6..5afaa1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # oktopod +## 1.2.5 + +### Patch Changes + +- 635b0c0: Disable mangling of function names. Terser is mangling function names, and Xstate visualizer can't read action (function) names + ## 1.2.4 ### Patch Changes diff --git a/package.json b/package.json index 7eb9b38..49174f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oktopod", - "version": "1.2.4", + "version": "1.2.5", "description": "Event bus implementation for xstate machines", "keywords": [ "xstate",