From 58d981c76b8c93592ad7361f7b21cc4f88b5fcf5 Mon Sep 17 00:00:00 2001 From: ozsirma <37998376+ozsirmajotform@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:44:29 +0300 Subject: [PATCH] chore(release): 2.9.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e15287..481d06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.9.6](https://github.com/jotform/dnd-builder/compare/v2.9.5...v2.9.6) (2024-12-18) + + +### Bug Fixes + +* **dnd-builder:** fix same time multi backends error ([082ee11](https://github.com/jotform/dnd-builder/commit/082ee11cd9e0a23551d01786fe0dde6427038837)) + ### [2.9.5](https://github.com/jotform/dnd-builder/compare/v2.9.4...v2.9.5) (2024-11-12) ### [2.9.4](https://github.com/jotform/dnd-builder/compare/v2.9.3...v2.9.4) (2024-10-08) diff --git a/package.json b/package.json index 680855e..a3607af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jotforminc/dnd-builder", - "version": "2.9.5", + "version": "2.9.6", "files": [ "lib" ],