Skip to content

Commit 8950839

Browse files
committed
chore: Prepare 1.0.0-beta.8 release
Enhancements ✨ ----------------------- * feat: Improve usability of dockerode wrapper by @susnux in #486 * Export getContainer and getContainerName functions This can be used to e.g. create the runOCC cypress command * Make the container name dependent on the current app to prevent issues when reusing containers * Allow to pass options for container creation to the startNextcloud function forceRecreate to not reuse any container but force creating a new one mounts to allow binding other directories to the container (e.g. server config) Bugfixes 🐛 -------------- * fix: Update npm version to current LTS and update dev dependencies by @susnux in #509 Changed ------- * Dependency updates Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 94fe21f commit 8950839

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/cypress",
3-
"version": "1.0.0-beta.7",
3+
"version": "1.0.0-beta.8",
44
"description": "Nextcloud cypress commands, utils and selectors library",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)