Skip to content

Commit f62eac6

Browse files
committed
chore(release): 1.0.0-beta.13 (2025-02-04)
* feat(docker): addUser command ([3a541ee](3a541ee)) * feat(docker): allow string command in runExec and runOcc ([39073b3](39073b3)) * feat(docker): commands with optional args as options ([f9c4a98](f9c4a98)) * feat(docker): export runExec, add runOcc, getSystemConfig, setSystemConfig ([c91ff54](c91ff54)) * fix: Auto expose port on macOS to make it accessible on the host ([48f0e31](48f0e31)) * fix(docker): try to use existing image if pulling fails ([614a152](614a152)) * test(cy): cy.runCommand and cy.runOccCommand ([fed018f](fed018f)) **Full Changelog**: v1.0.0-beta.12...v1.0.0-beta.13 Signed-off-by: Max <max@nextcloud.com>
1 parent 5d3cbe3 commit f62eac6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/cypress",
3-
"version": "1.0.0-beta.12",
3+
"version": "1.0.0-beta.13",
44
"description": "Nextcloud cypress commands, utils and selectors library",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",
@@ -100,4 +100,4 @@
100100
"typescript": "^5.4.5",
101101
"vue": "^2.7.16"
102102
}
103-
}
103+
}

0 commit comments

Comments
 (0)