From 4e2a1be3641327e3f5ef0228be747fe241f18695 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:16:55 +0000 Subject: [PATCH] chore(release): 1.1.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be5497..d06bf9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.1.3 (2024-08-06) + +#### Bug Fixes + +* concurrency setup and bundle task (3a757bba) + +#### Chores + +* **release:** 1.1.2 (7d878877) + + ## 1.1.2 (2024-08-06) #### Bug Fixes diff --git a/package.json b/package.json index 2b43ed5..9587ea2 100644 --- a/package.json +++ b/package.json @@ -75,5 +75,5 @@ "test": "vitest --exclude 'e2e'" }, "type": "module", - "version": "1.1.2" + "version": "1.1.3" }