diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b7f87..425a2c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## node-red-contrib-letsfiware-NGSI v0.13.0-next +## node-red-contrib-letsfiware-NGSI v0.14.0 - 02 May, 2023 - ADD tutorial (#129) - ADD GitHub Discussions badge (#128) diff --git a/SECURITY.md b/SECURITY.md index be34600..cd1046d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------- | ------------------ | -| 0.13.0 | :white_check_mark: | -| < 0.13.0 | :x: | +| 0.14.0 | :white_check_mark: | +| < 0.14.0 | :x: | ## Reporting a Vulnerability diff --git a/VERSION b/VERSION index 887a4ba..b639693 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION=0.13.0-next +VERSION=0.14.0 diff --git a/package-lock.json b/package-lock.json index 781c2f0..fb576ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-red-contrib-letsfiware-ngsi", - "version": "0.13.1", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-red-contrib-letsfiware-ngsi", - "version": "0.13.1", + "version": "0.14.0", "license": "MIT", "dependencies": { "axios": "^1.4.0", diff --git a/package.json b/package.json index 4938b9c..42fe8a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-letsfiware-ngsi", - "version": "0.13.1", + "version": "0.14.0", "description": "Node-RED implementation for FIWARE Open APIs", "scripts": { "lint": "./node_modules/eslint/bin/eslint.js --ext .json,.js . && eslint -c .eslintrc.html.json --ext .html src",