diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8bd80..6d1a998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/acadevmy/cypress-runner/compare/v1.2.0...v1.2.1) (2024-06-06) + + +### Bug Fixes + +* joined process arguments with space character ([0ce93fd](https://github.com/acadevmy/cypress-runner/commit/0ce93fd9220955036c9028fd8315690db3f8f320)) + # [1.2.0](https://github.com/acadevmy/cypress-runner/compare/v1.1.0...v1.2.0) (2024-06-05) diff --git a/package.json b/package.json index dbb5958..fe59eff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devmy/cypress-runner", - "version": "1.2.0", + "version": "1.2.1", "description": "CLI tool to launch frontend and backend servers and run Cypress tests", "main": "./bin/cypress-runner.js", "type": "commonjs",