Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.13 (2025-02-04)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
max-nextcloud committed Feb 4, 2025
1 parent 5d3cbe3 commit f62eac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/cypress",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"description": "Nextcloud cypress commands, utils and selectors library",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down Expand Up @@ -100,4 +100,4 @@
"typescript": "^5.4.5",
"vue": "^2.7.16"
}
}
}

0 comments on commit f62eac6

Please sign in to comment.