From 82992c53211cd46e852583d4139299aa770d36b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jun 2024 13:18:10 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",