Skip to content

Commit 71afca4

Browse files
authored
Update Sailor to Version 2.6.5 (#39)
Version 1.0.5 * Update CircleCI to use node 12.
1 parent 13439ff commit 71afca4

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:8.16.0
10+
- image: circleci/node:12-stretch
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
@@ -58,4 +58,4 @@ workflows:
5858
filters:
5959
branches:
6060
only:
61-
- master
61+
- master

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.5 (March 3, 2020)
2+
* Fixed bug when emitting to much data
3+
14
## 1.0.4 (February 03, 2020)
25

36
* Fixed bug with incorrect await while emitting data

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elasticio/splitter",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "elastic.io component for splitting incoming messages",
55
"scripts": {
66
"pretest": "eslint split.js lib spec --fix",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@elastic.io/component-commons-library": "0.0.7",
2020
"elasticio-node": "0.0.9",
21-
"elasticio-sailor-nodejs": "2.6.2",
21+
"elasticio-sailor-nodejs": "2.6.5",
2222
"lodash": "4.17.15"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)