Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2024-09-12)

### Bug Fixes

* Exempted methods does not have error null check for error ([#195](#195)) ([3eac88e](3eac88e))
* updated miscValidation logs of advertising ([#187](#187)) ([31145af](31145af))

### Features

* Add support for skipping individual scenarios from beforeEach operation ([#205](#205)) ([b7e2257](b7e2257))
* added support in env setup glue for fetching device details dynamically ([#188](#188)) ([85a8f77](85a8f77))
* added support to process array in static v2 ([#210](#210)) ([9a49910](9a49910))
* Changed suite default communication mode to Transport ([#202](#202)) ([5d52c12](5d52c12))
* Implement new metrics API for 1.3.0 release ([#167](#167)) ([cd3062e](cd3062e))
* Modify all setter/getter test cases to JSV2 format ([#157](#157)) ([bd6fa9b](bd6fa9b))
  • Loading branch information
semantic-release-bot committed Sep 12, 2024
1 parent c5a1b2d commit 5d5f06a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.2.0](https://github.com/rdkcentral/firebolt-certification-suite/compare/v1.1.0...v1.2.0) (2024-09-12)


### Bug Fixes

* Exempted methods does not have error null check for error ([#195](https://github.com/rdkcentral/firebolt-certification-suite/issues/195)) ([3eac88e](https://github.com/rdkcentral/firebolt-certification-suite/commit/3eac88ec05bf691aef5888b2c147815efa2783d3))
* updated miscValidation logs of advertising ([#187](https://github.com/rdkcentral/firebolt-certification-suite/issues/187)) ([31145af](https://github.com/rdkcentral/firebolt-certification-suite/commit/31145af4ebc5137d2bd79ab4c59d112b68e0f360))


### Features

* Add support for skipping individual scenarios from beforeEach operation ([#205](https://github.com/rdkcentral/firebolt-certification-suite/issues/205)) ([b7e2257](https://github.com/rdkcentral/firebolt-certification-suite/commit/b7e22574216b7ba654ebd40b285c309105957ade))
* added support in env setup glue for fetching device details dynamically ([#188](https://github.com/rdkcentral/firebolt-certification-suite/issues/188)) ([85a8f77](https://github.com/rdkcentral/firebolt-certification-suite/commit/85a8f77bea66722e1ca27b489ea528b05900971b))
* added support to process array in static v2 ([#210](https://github.com/rdkcentral/firebolt-certification-suite/issues/210)) ([9a49910](https://github.com/rdkcentral/firebolt-certification-suite/commit/9a4991055948586db6dd70b76250f547b476ba06))
* Changed suite default communication mode to Transport ([#202](https://github.com/rdkcentral/firebolt-certification-suite/issues/202)) ([5d52c12](https://github.com/rdkcentral/firebolt-certification-suite/commit/5d52c12e9bb70354289357b1c4d2b97f04462c9c))
* Implement new metrics API for 1.3.0 release ([#167](https://github.com/rdkcentral/firebolt-certification-suite/issues/167)) ([cd3062e](https://github.com/rdkcentral/firebolt-certification-suite/commit/cd3062e332fd8eaa5e256e09dd1ff96cdcc72a9a))
* Modify all setter/getter test cases to JSV2 format ([#157](https://github.com/rdkcentral/firebolt-certification-suite/issues/157)) ([bd6fa9b](https://github.com/rdkcentral/firebolt-certification-suite/commit/bd6fa9bd62470564f0b5447a569632213a9373b3))

# [1.2.0-dev.7](https://github.com/rdkcentral/firebolt-certification-suite/compare/v1.2.0-dev.6...v1.2.0-dev.7) (2024-09-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebolt-certification-suite",
"version": "1.2.0-dev.7",
"version": "1.2.0",
"description": "Firebolt Certification Test Suite",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5d5f06a

Please sign in to comment.