From 8da81eeaf66a0c3d33ec43e470d0ebbc98d973b7 Mon Sep 17 00:00:00 2001 From: Kazuhito Suda Date: Sat, 18 Feb 2023 19:51:08 +0900 Subject: [PATCH] Bump: 0.8.0-next -> 0.9.0 --- CHANGELOG.md | 2 +- SECURITY.md | 4 ++-- VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f76bbea..ef92cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## node-red-contrib-letsfiware-NGSI v0.8.0-next +## node-red-contrib-letsfiware-NGSI v0.9.0 - 18 February, 2023 - UPDATE hyper link to images (#92) - ADD Service and ServicePath custom node (#91) diff --git a/SECURITY.md b/SECURITY.md index 68fe43e..c265e5a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------- | ------------------ | -| 0.8.0 | :white_check_mark: | -| < 0.8.0 | :x: | +| 0.9.0 | :white_check_mark: | +| < 0.9.0 | :x: | ## Reporting a Vulnerability diff --git a/VERSION b/VERSION index 21617ed..f626ec2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION=0.8.0-next +VERSION=0.9.0 diff --git a/package-lock.json b/package-lock.json index d2483b7..fb78e3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-letsfiware-ngsi", - "version": "0.8.1", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 16edaf4..8786dc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-letsfiware-ngsi", - "version": "0.8.1", + "version": "0.9.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",