Skip to content

Commit 7a56f7d

Browse files
authored
Merge pull request #29 from elasticio/update-logo
* Updated Sailor to 2.6.26 * Reduced logo image size
2 parents f44e309 + bebf430 commit 7a56f7d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.4 (November 26, 2021)
2+
3+
* Upgrade sailor version to 2.6.26
4+
* Reduced the size of component icon file
5+
16
## 1.0.3 (May 28, 2021)
27

38
* Make statuses case-insensitive

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "elastic.io component for the Petstore API",
44
"docsUrl": "https://github.com/elasticio/petstore-component-nodejs",
55
"buildType":"docker",
6-
"version": "1.0.3",
6+
"version": "1.0.4",
77
"credentials": {
88
"fields": {
99
"apiKey": {

logo.png

-6.39 KB
Loading

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@elasticio/petstore-component-nodejs",
3-
"version": "1.0.3",
43
"description": "elastic.io component for the Petstore API",
54
"scripts": {
65
"pretest": "eslint lib spec-integration verifyCredentials.js --fix",
@@ -19,7 +18,7 @@
1918
"@elastic.io/component-commons-library": "1.1.5",
2019
"chai": "4.2.0",
2120
"elasticio-node": "0.0.9",
22-
"elasticio-sailor-nodejs": "2.6.24",
21+
"elasticio-sailor-nodejs": "2.6.26",
2322
"mocha": "8.2.1",
2423
"request": "2.88.0",
2524
"sinon": "9.2.3"

0 commit comments

Comments
 (0)