diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f4f43ff --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + + +## v0.1.1 + + +### 🚀 Enhancements + +- Basic cypress compatibility ([32325f1](https://github.com/Solant/playwright-cypress-adapter/commit/32325f1)) + +### ❤️ Contributors + +- Solant + diff --git a/package.json b/package.json index ae1e82c..e818707 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-cypress-adapter", - "version": "0.1.0", + "version": "0.1.1", "description": "Run cypress test cases in playwright as they are", "type": "module", "scripts": {