From f2f1ff1d1645a5dfe716490d1d946e04da7fb1a7 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:29:43 +0530 Subject: [PATCH] release: v3.43.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c869dc89..622f2e8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [3.43.0](https://github.com/globalbrain/sefirot/compare/v3.42.0...v3.43.0) (2024-04-22) + + +### Features + +* **api:** allow executing queries without assigning result to data ([#519](https://github.com/globalbrain/sefirot/issues/519)) ([e968867](https://github.com/globalbrain/sefirot/commit/e9688679860c2ccd0b625535e3b388de225b9129)) + # [3.42.0](https://github.com/globalbrain/sefirot/compare/v3.41.0...v3.42.0) (2024-04-17) diff --git a/package.json b/package.json index 87420edc..7b003818 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/sefirot", - "version": "3.42.0", + "version": "3.43.0", "packageManager": "pnpm@9.0.5", "description": "Vue Components for Global Brain Design System.", "author": "Kia Ishii ",