Skip to content

Commit fc69b13

Browse files
committed
chore: release v1.0.6
1 parent f7c29bc commit fc69b13

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.6
4+
5+
### Patch Changes
6+
7+
- Custom filenames #49, export TS, refine license
8+
- Updated dependencies
9+
- @currents/cypress-debugger-plugin@1.0.6
10+
- @currents/cypress-debugger-support@1.0.6
11+
312
## 1.0.5
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.5",
3+
"version": "1.0.6",
44
"main": "./dist/index.js",
55
"types": "./src/index.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.6
4+
5+
### Patch Changes
6+
7+
- Custom filenames #49, export TS, refine license
8+
- Updated dependencies
9+
- @currents/cypress-debugger-support@1.0.6
10+
311
## 1.0.5
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.5",
3+
"version": "1.0.6",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"license": "GPL-3.0-or-later",

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.6
4+
5+
### Patch Changes
6+
7+
- Custom filenames #49, export TS, refine license
8+
39
## 1.0.5
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.5",
3+
"version": "1.0.6",
44
"main": "./dist/index.js",
55
"types": "./src/index.ts",
66
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)