Skip to content

Commit d7aa106

Browse files
authored
Update CHANGELOG.md (#57)
Update sailor version to 2.6.23
1 parent fe1f5c8 commit d7aa106

File tree

3 files changed

+73
-30
lines changed

3 files changed

+73
-30
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.8 (January 15, 2021)
2+
* Update sailor version to 2.6.23
3+
14
## 1.1.7 (November 6, 2020)
25
* Update sailor version to 2.6.18
36

@@ -31,27 +34,22 @@
3134
* Fixed bug when emitting to much data
3235

3336
## 1.0.4 (February 03, 2020)
34-
3537
* Fixed bug with incorrect await while emitting data
3638

3739
## 1.0.3 (December 24, 2019)
38-
3940
* Update sailor version to 2.5.4
4041
* New Sailor logger
4142
* Improved few logs
4243

4344
## 1.0.2 (September 18, 2019)
44-
4545
* Initial release
4646
* Add "Split on JSONata Expression" action
4747
* Deprecate "Split Message By Array" action
4848
* Format repository according to Airbnb styling
4949

5050
## 1.0.1 (December 07, 2019)
51-
5251
* Update sailor version to 2.5.1
5352
* Change build type to docker
5453

5554
## 1.0.0 (March 24, 2017)
56-
5755
* Initial release

package-lock.json

Lines changed: 68 additions & 23 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.1.7",
3+
"version": "1.1.8",
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": "1.1.4",
2020
"elasticio-node": "0.0.9",
21-
"elasticio-sailor-nodejs": "2.6.18",
21+
"elasticio-sailor-nodejs": "2.6.23",
2222
"lodash": "4.17.19"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)