From 5b38a585c7fe6cc7a8d226671c4e8d1ec9b51247 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 12:36:49 +0200 Subject: [PATCH] version bump (#23) Co-authored-by: github-actions[bot] --- .changeset/chatty-bats-draw.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chatty-bats-draw.md diff --git a/.changeset/chatty-bats-draw.md b/.changeset/chatty-bats-draw.md deleted file mode 100644 index 9c5ec88..0000000 --- a/.changeset/chatty-bats-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'oktopod': patch ---- - -switch package to type module, and update build process accordingly diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0019f..de71fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # oktopod +## 1.2.3 + +### Patch Changes + +- 8b66ec2: switch package to type module, and update build process accordingly + ## 1.2.2 ### Patch Changes diff --git a/package.json b/package.json index 36205d3..eb1decd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oktopod", - "version": "1.2.2", + "version": "1.2.3", "description": "Event bus implementation for xstate machines", "keywords": [ "xstate",