diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8c03c..880e17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 1.2.12 (November 04, 2022) * Update Sailor version to 2.7.1 +* Update Node version to 16.13.2 ## 1.2.11 (April 08, 2022) * Update Sailor version to 2.6.27 diff --git a/component.json b/component.json index 21ca164..65bf480 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "title": "Webhook", - "version": "1.2.12", + "version": "1.2.12-dev.2", "description": "Webhooks allow you to collect information about events as they happen in near real-time. Provide a URL, select when and where you want that URL to receive data about events on your list, and we'll send it to you as the events take place. It is recommended that you specify a URL using https.", "service": "webhook", "docsUrl": "https://github.com/elasticio/webhook-component", diff --git a/package-lock.json b/package-lock.json index d2d5fe8..04e95ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "sinon": "9.0.3" }, "engines": { - "node": "12.20.0" + "node": "16.13.2" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index be13973..498407e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "test": "mocha spec --recursive" }, "engines": { - "node": "12.20.0" + "node": "16.13.2" }, "author": "elastic.io GmbH", "license": "Apache License 2.0",