diff --git a/.changeset/pr-200.md b/.changeset/pr-200.md deleted file mode 100644 index 43cd3f4e..00000000 --- a/.changeset/pr-200.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wdio/browserstack-service": minor ---- - -- End-of-build messages from BrowserStack — such as a notice that your SDK version is outdated or has a known issue — are now shown at the end of your test run, highlighted in yellow for a warning and red for an error, and written to the SDK log without colour so they stay searchable. diff --git a/packages/browserstack-service/CHANGELOG.md b/packages/browserstack-service/CHANGELOG.md index dce3c13a..78e44bf8 100644 --- a/packages/browserstack-service/CHANGELOG.md +++ b/packages/browserstack-service/CHANGELOG.md @@ -1,5 +1,11 @@ # @wdio/browserstack-service +## 9.39.0 + +### Minor Changes + +- 4d39f2a: - End-of-build messages from BrowserStack — such as a notice that your SDK version is outdated or has a known issue — are now shown at the end of your test run, highlighted in yellow for a warning and red for an error, and written to the SDK log without colour so they stay searchable. + ## 9.38.0 ### Minor Changes diff --git a/packages/browserstack-service/package.json b/packages/browserstack-service/package.json index f0202f68..54c376d4 100644 --- a/packages/browserstack-service/package.json +++ b/packages/browserstack-service/package.json @@ -1,6 +1,6 @@ { "name": "@wdio/browserstack-service", - "version": "9.38.0", + "version": "9.39.0", "description": "WebdriverIO service for better Browserstack integration", "author": "BrowserStack ", "homepage": "https://github.com/browserstack/wdio-browserstack-service",