From 8682c302313956853fb0914aa97a550c7c5393db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 20:29:28 +0200 Subject: [PATCH] version bump (#25) Co-authored-by: github-actions[bot] --- .changeset/angry-mails-begin.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/angry-mails-begin.md 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",