From 1d9a21cf3d137630f9e565eb218498293d217404 Mon Sep 17 00:00:00 2001
From: y-infra <y-infra@yandex.ru>
Date: Wed, 10 Jul 2024 09:33:05 +0000
Subject: [PATCH] chore(release): 8.16.0

---
 CHANGELOG.md      | 14 ++++++++++++++
 package-lock.json |  4 ++--
 package.json      |  2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index be5f5cd2f..2ffedbf1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
 
 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.
 
+## [8.16.0](https://github.com/gemini-testing/testplane/compare/v8.15.0...v8.16.0) (2024-07-10)
+
+
+### Features
+
+* add "also" controller to enable tests in passive browser ([90455c8](https://github.com/gemini-testing/testplane/commit/90455c8c51da5e39d234205907d587e2458cf184))
+* add "enable" method for runnables ([0726875](https://github.com/gemini-testing/testplane/commit/0726875c580ce6f4a89098dc1ee83579d277ed49))
+* implement ability to specify browser as passive ([5902ec8](https://github.com/gemini-testing/testplane/commit/5902ec895834a7bb73dfe8a0f2b70fe1c80f4321))
+
+
+### Bug Fixes
+
+* specify "browserId" as string for runnables ([5a928d1](https://github.com/gemini-testing/testplane/commit/5a928d18c02df3e32b879cdb1bcd3e288c8d85f9))
+
 ## [8.15.0](https://github.com/gemini-testing/testplane/compare/v8.14.1...v8.15.0) (2024-07-03)
 
 
diff --git a/package-lock.json b/package-lock.json
index 328adb57c..edb9857c1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "testplane",
-  "version": "8.15.0",
+  "version": "8.16.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "testplane",
-      "version": "8.15.0",
+      "version": "8.16.0",
       "license": "MIT",
       "dependencies": {
         "@babel/code-frame": "7.24.2",
diff --git a/package.json b/package.json
index a92f52f9b..f4fc43022 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "testplane",
-  "version": "8.15.0",
+  "version": "8.16.0",
   "description": "Tests framework based on mocha and wdio",
   "main": "build/src/index.js",
   "files": [