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 9dbf809 commit ab4f966Copy full SHA for ab4f966
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elastic/workplace-search-node",
3
- "version": "0.3.0",
+ "version": "0.4.0",
4
"description": "Elastic Workplace Search client for Node.js",
5
"files": [
6
"lib/"
test/test.js
@@ -25,7 +25,7 @@ const mockDocuments = [
25
}
26
]
27
const clientName = 'elastic-workplace-search-node'
28
-const clientVersion = '0.3.0'
+const clientVersion = '0.4.0'
29
30
// Mock for Workplace Search client
31
nock('https://api.swiftype.com/api/ws/v1', {
0 commit comments