diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fda544..66ed9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ + +## [5.3.4] - 2024-08-29 ### Fixed - Video attachment won't play after downloading, resolves [#202](https://github.com/reportportal/agent-js-cypress/issues/202). Thanks to [ashvinjaiswal](https://github.com/ashvinjaiswal). diff --git a/VERSION b/VERSION index 16a368e..e0a61e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.4-SNAPSHOT +5.3.4 diff --git a/package-lock.json b/package-lock.json index 6dd9061..36ece26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@reportportal/agent-js-cypress", - "version": "5.3.3", + "version": "5.3.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 0e1859f..c92d720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reportportal/agent-js-cypress", - "version": "5.3.3", + "version": "5.3.4", "description": "This agent helps Cypress to communicate with Report Portal", "main": "index.js", "scripts": {