Skip to content

Commit

Permalink
Update CHANGELOG.md (#57)
Browse files Browse the repository at this point in the history
Update sailor version to 2.6.23
  • Loading branch information
stas-fomenko authored Jan 15, 2021
1 parent fe1f5c8 commit d7aa106
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 30 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.8 (January 15, 2021)
* Update sailor version to 2.6.23

## 1.1.7 (November 6, 2020)
* Update sailor version to 2.6.18

Expand Down Expand Up @@ -31,27 +34,22 @@
* Fixed bug when emitting to much data

## 1.0.4 (February 03, 2020)

* Fixed bug with incorrect await while emitting data

## 1.0.3 (December 24, 2019)

* Update sailor version to 2.5.4
* New Sailor logger
* Improved few logs

## 1.0.2 (September 18, 2019)

* Initial release
* Add "Split on JSONata Expression" action
* Deprecate "Split Message By Array" action
* Format repository according to Airbnb styling

## 1.0.1 (December 07, 2019)

* Update sailor version to 2.5.1
* Change build type to docker

## 1.0.0 (March 24, 2017)

* Initial release
91 changes: 68 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elasticio/splitter",
"version": "1.1.7",
"version": "1.1.8",
"description": "elastic.io component for splitting incoming messages",
"scripts": {
"pretest": "eslint split.js lib spec --fix",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@elastic.io/component-commons-library": "1.1.4",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.6.18",
"elasticio-sailor-nodejs": "2.6.23",
"lodash": "4.17.19"
},
"devDependencies": {
Expand Down

0 comments on commit d7aa106

Please sign in to comment.