We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cff659 commit 525c6dbCopy full SHA for 525c6db
.github/workflows/main.yaml
@@ -79,6 +79,7 @@ jobs:
79
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
80
runs-on: ubuntu-latest
81
permissions:
82
+ contents: write # to upload the release
83
pages: write # to deploy to Pages
84
id-token: write # to verify the deployment originates from an appropriate source
85
steps:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "weaviate-client",
3
- "version": "3.0.4",
+ "version": "3.0.3",
4
"description": "JS/TS client for Weaviate",
5
"main": "dist/node/cjs/index.js",
6
"type": "module",
0 commit comments