diff --git a/CHANGELOG.md b/CHANGELOG.md index f930e98..2f8bd80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/acadevmy/cypress-runner/compare/v1.1.0...v1.2.0) (2024-06-05) + + +### Features + +* improved error messages ([3f8f775](https://github.com/acadevmy/cypress-runner/commit/3f8f7755750226074a23d04135d2c6436caa46fb)) + # [1.1.0](https://github.com/acadevmy/cypress-runner/compare/v1.0.2...v1.1.0) (2024-06-05) diff --git a/package.json b/package.json index 50a9129..dbb5958 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devmy/cypress-runner", - "version": "1.1.0", + "version": "1.2.0", "description": "CLI tool to launch frontend and backend servers and run Cypress tests", "main": "./bin/cypress-runner.js", "type": "commonjs",