Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakhinvadim committed Jan 31, 2020
1 parent 9dbf809 commit ab4f966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/workplace-search-node",
"version": "0.3.0",
"version": "0.4.0",
"description": "Elastic Workplace Search client for Node.js",
"files": [
"lib/"
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const mockDocuments = [
}
]
const clientName = 'elastic-workplace-search-node'
const clientVersion = '0.3.0'
const clientVersion = '0.4.0'

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

0 comments on commit ab4f966

Please sign in to comment.