Skip to content

Commit ab4f966

Browse files
committed
Release v0.4.0
1 parent 9dbf809 commit ab4f966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/workplace-search-node",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Elastic Workplace Search client for Node.js",
55
"files": [
66
"lib/"

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const mockDocuments = [
2525
}
2626
]
2727
const clientName = 'elastic-workplace-search-node'
28-
const clientVersion = '0.3.0'
28+
const clientVersion = '0.4.0'
2929

3030
// Mock for Workplace Search client
3131
nock('https://api.swiftype.com/api/ws/v1', {

0 commit comments

Comments
 (0)