From a4088d164cab0107c00e303a073035bd178662af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Oct 2024 20:25:54 +0000 Subject: [PATCH] chore(release): 1.3.0-dev.6 [skip ci] # [1.3.0-dev.6](https://github.com/rdkcentral/firebolt-certification-suite/compare/v1.3.0-dev.5...v1.3.0-dev.6) (2024-10-04) ### Bug Fixes * Resolve incorrectly formatted validation objects and rename keys where appropriate ([#227](https://github.com/rdkcentral/firebolt-certification-suite/issues/227)) ([941ec57](https://github.com/rdkcentral/firebolt-certification-suite/commit/941ec5725bb305ad93185db43d31c07cc6e7f72f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ede70a4..1df42d3cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0-dev.6](https://github.com/rdkcentral/firebolt-certification-suite/compare/v1.3.0-dev.5...v1.3.0-dev.6) (2024-10-04) + + +### Bug Fixes + +* Resolve incorrectly formatted validation objects and rename keys where appropriate ([#227](https://github.com/rdkcentral/firebolt-certification-suite/issues/227)) ([941ec57](https://github.com/rdkcentral/firebolt-certification-suite/commit/941ec5725bb305ad93185db43d31c07cc6e7f72f)) + # [1.3.0-dev.5](https://github.com/rdkcentral/firebolt-certification-suite/compare/v1.3.0-dev.4...v1.3.0-dev.5) (2024-09-25) diff --git a/package.json b/package.json index 482605d7f..06965dd92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firebolt-certification-suite", - "version": "1.3.0-dev.5", + "version": "1.3.0-dev.6", "description": "Firebolt Certification Test Suite", "main": "index.js", "scripts": {