From 2af0cd6e6b6164cf8b9f2eb133870b6878c0309f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Aug 2024 13:16:18 +0000 Subject: [PATCH] Version Packages --- .changeset/update-event-action-types.md | 10 ---------- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 .changeset/update-event-action-types.md diff --git a/.changeset/update-event-action-types.md b/.changeset/update-event-action-types.md deleted file mode 100644 index 1188696..0000000 --- a/.changeset/update-event-action-types.md +++ /dev/null @@ -1,10 +0,0 @@ - ---- - -'@everipedia/iq-utils': patch - ---- - - -Add is Update event action types - diff --git a/CHANGELOG.md b/CHANGELOG.md index 1377c52..c6fa75c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 0.2.8 +## 0.4.2 + +### Patch Changes + +- 82b2cb8: Add is Update event action types + ## 0.4.1 ### Patch Changes diff --git a/package.json b/package.json index 98fdebe..8894674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@everipedia/iq-utils", - "version": "0.4.1", + "version": "0.4.2", "description": "Common utility library for IQ projects", "main": "build/main/index.js", "typings": "build/main/index.d.ts",