Skip to content

Commit 0931c2f

Browse files
committed
chore: Release v1.0.5
1 parent 8f585ca commit 0931c2f

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.5
4+
5+
### Patch Changes
6+
7+
- Allow inclusion of traces for failing tests only
8+
- Updated dependencies
9+
- @currents/cypress-debugger-plugin@1.0.5
10+
- @currents/cypress-debugger-support@1.0.5
11+
312
## 1.0.4
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.4",
3+
"version": "1.0.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Allow inclusion of traces for failing tests only
8+
- Updated dependencies
9+
- @currents/cypress-debugger-support@1.0.5
10+
311
## 1.0.4
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.4",
3+
"version": "1.0.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Allow inclusion of traces for failing tests only
8+
39
## 1.0.4
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.4",
3+
"version": "1.0.5",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)