From 3cdcb5cd31555956dbd79d01178bf97bfff54f60 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Sep 2024 15:25:36 +0000 Subject: [PATCH] chore(release): 1.2.1-dev.1 [skip ci] ## [1.2.1-dev.1](https://github.com/rdkcentral/firebolt-certification-suite/compare/v1.2.0...v1.2.1-dev.1) (2024-09-17) ### Bug Fixes * Corrected performance glue synchronous issue ([#212](https://github.com/rdkcentral/firebolt-certification-suite/issues/212)) ([49c4ffd](https://github.com/rdkcentral/firebolt-certification-suite/commit/49c4ffd1ac989bddd03a7bc18a724405f9e85135)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 268228494..bd3adf4fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1-dev.1](https://github.com/rdkcentral/firebolt-certification-suite/compare/v1.2.0...v1.2.1-dev.1) (2024-09-17) + + +### Bug Fixes + +* Corrected performance glue synchronous issue ([#212](https://github.com/rdkcentral/firebolt-certification-suite/issues/212)) ([49c4ffd](https://github.com/rdkcentral/firebolt-certification-suite/commit/49c4ffd1ac989bddd03a7bc18a724405f9e85135)) + # [1.2.0](https://github.com/rdkcentral/firebolt-certification-suite/compare/v1.1.0...v1.2.0) (2024-09-12) diff --git a/package.json b/package.json index 5a5572096..eac9d848a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firebolt-certification-suite", - "version": "1.2.0", + "version": "1.2.1-dev.1", "description": "Firebolt Certification Test Suite", "main": "index.js", "scripts": {