We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793fe80 commit fba2281Copy full SHA for fba2281
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+## 1.0.1 (December 26, 2019)
2
+
3
+* Update sailor version to 2.5.4
4
5
+## 1.0.0 (November 15, 2019)
6
7
+* Initial release
package.json
@@ -1,6 +1,6 @@
{
"name": "@elasticio/petstore-component-nodejs",
- "version": "0.1.0",
+ "version": "1.0.1",
"description": "elastic.io component for the Petstore API",
"scripts": {
"test": "exit 0"
@@ -19,7 +19,7 @@
19
"@elastic.io/component-commons-library": "0.0.6",
20
"chai": "4.2.0",
21
"elasticio-node": "0.0.8",
22
- "elasticio-sailor-nodejs": "2.5.1",
+ "elasticio-sailor-nodejs": "2.5.4",
23
"mocha": "6.2.2",
24
"request": "2.88.0",
25
"sinon": "7.5.0"
0 commit comments