diff --git a/.github/auto_assign-issues.yml b/.github/auto_assign-issues.yml new file mode 100644 index 0000000..b524cbc --- /dev/null +++ b/.github/auto_assign-issues.yml @@ -0,0 +1,8 @@ +# If enabled, auto-assigns users when a new issue is created +# Defaults to true, allows you to install the app globally, and disable on a per-repo basis +addAssignees: true + +# The list of users to assign to new issues. +# If empty or not provided, the repository owner is assigned +assignees: + - CEbbinghaus \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ddf5cbb..3b639cf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,6 +3,7 @@ on: branches: [master] paths: - 'lib/**' + - 'backend/version' jobs: deploy: diff --git a/backend/version b/backend/version index 8877d79..6348c0f 100644 --- a/backend/version +++ b/backend/version @@ -1 +1 @@ -0.10.5 \ No newline at end of file +0.10.6 \ No newline at end of file diff --git a/lib/package.json b/lib/package.json index 0e5872a..f753d41 100644 --- a/lib/package.json +++ b/lib/package.json @@ -5,7 +5,6 @@ "keywords": [], "author": "CEbbinghaus", "license": "GPLv2", - "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist"