Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.1...v1.6.0) (2025-01-15)

### Bug Fixes

* change jsonschema dependency to static 1.4.1 version ([#308](#308)) ([cdba6f4](cdba6f4))
* Fixed multiple app launch issue ([#302](#302)) ([b1199da](b1199da))
* quick fix for removing duplicates in the requestModule/index.js ([#310](#310)) ([53264db](53264db))
* Removed different test type name check ([#304](#304)) ([bbd526b](bbd526b))

### Features

* added glue code for dismissing an app ([#284](#284)) ([329cbbc](329cbbc))
* Adding fcsSetter template in default config module ([#299](#299)) ([9cbd8b8](9cbd8b8))
* Deep link implementation ([#268](#268)) ([6de90af](6de90af))
* Incorporated FCS setter into sendMessageToplatform ([#289](#289)) ([3b45e4d](3b45e4d))
* Linking ReadMe to fcsSetter ([#305](#305)) ([1f9b1d0](1f9b1d0))
  • Loading branch information
semantic-release-bot committed Jan 15, 2025
1 parent 5bdd86f commit 1849bcb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.6.0](https://github.com/rdkcentral/firebolt-certification-suite/compare/v1.5.1...v1.6.0) (2025-01-15)


### Bug Fixes

* change jsonschema dependency to static 1.4.1 version ([#308](https://github.com/rdkcentral/firebolt-certification-suite/issues/308)) ([cdba6f4](https://github.com/rdkcentral/firebolt-certification-suite/commit/cdba6f4921c5458663237c7862776aa4969cf957))
* Fixed multiple app launch issue ([#302](https://github.com/rdkcentral/firebolt-certification-suite/issues/302)) ([b1199da](https://github.com/rdkcentral/firebolt-certification-suite/commit/b1199dab4278de420c1ebad30b4dff114b6eb63b))
* quick fix for removing duplicates in the requestModule/index.js ([#310](https://github.com/rdkcentral/firebolt-certification-suite/issues/310)) ([53264db](https://github.com/rdkcentral/firebolt-certification-suite/commit/53264db31650d7ba816d1ca114fc7a6357aab3f9))
* Removed different test type name check ([#304](https://github.com/rdkcentral/firebolt-certification-suite/issues/304)) ([bbd526b](https://github.com/rdkcentral/firebolt-certification-suite/commit/bbd526b1943a96556b60e12e91519ca9522fc424))


### Features

* added glue code for dismissing an app ([#284](https://github.com/rdkcentral/firebolt-certification-suite/issues/284)) ([329cbbc](https://github.com/rdkcentral/firebolt-certification-suite/commit/329cbbc29d524669491454f5712604e6ed6248e9))
* Adding fcsSetter template in default config module ([#299](https://github.com/rdkcentral/firebolt-certification-suite/issues/299)) ([9cbd8b8](https://github.com/rdkcentral/firebolt-certification-suite/commit/9cbd8b83886a2c5bc3a09ffa267517d54eb91a1e))
* Deep link implementation ([#268](https://github.com/rdkcentral/firebolt-certification-suite/issues/268)) ([6de90af](https://github.com/rdkcentral/firebolt-certification-suite/commit/6de90af21e49c8eb69ac30a6d6a14edbd318682b))
* Incorporated FCS setter into sendMessageToplatform ([#289](https://github.com/rdkcentral/firebolt-certification-suite/issues/289)) ([3b45e4d](https://github.com/rdkcentral/firebolt-certification-suite/commit/3b45e4d5e271babcdc701c3a950912a6ef18b6ea))
* Linking ReadMe to fcsSetter ([#305](https://github.com/rdkcentral/firebolt-certification-suite/issues/305)) ([1f9b1d0](https://github.com/rdkcentral/firebolt-certification-suite/commit/1f9b1d02e1949295bdf9207b972490e7befec920))

# [1.6.0-dev.8](https://github.com/rdkcentral/firebolt-certification-suite/compare/v1.6.0-dev.7...v1.6.0-dev.8) (2025-01-14)


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.6.0-dev.8",
"version": "1.6.0",
"description": "Firebolt Certification Test Suite",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1849bcb

Please sign in to comment.