Skip to content

Commit 976002f

Browse files
committed
chore: Release v1.0.4
1 parent 93ea53c commit 976002f

File tree

6 files changed

+26
-3
lines changed

6 files changed

+26
-3
lines changed

packages/cypress-debugger/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# cypress-debugger
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Allow setting the path for saving the reports
8+
- Updated dependencies
9+
- @currents/cypress-debugger-plugin@1.0.4
10+
- @currents/cypress-debugger-support@1.0.4
11+
312
## 1.0.3
413

514
### Patch Changes

packages/cypress-debugger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-debugger",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"author": "Currents Software Inc",

packages/plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @currents/cypress-debugger-plugin
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Allow setting the path for saving the reports
8+
- Updated dependencies
9+
- @currents/cypress-debugger-support@1.0.4
10+
311
## 1.0.3
412

513
### Patch Changes

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@currents/cypress-debugger-plugin",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"license": "MIT",

packages/support/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @currents/cypress-debugger-support
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Allow setting the path for saving the reports
8+
39
## 1.0.3
410

511
### Patch Changes

packages/support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@currents/cypress-debugger-support",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)