Skip to content

Commit 2da1d4a

Browse files
authored
Merge pull request #140 from fisuda/release/0.15.0
Bump: 0.14.0-next -> 0.15.0
2 parents c5d6ef1 + 399b228 commit 2da1d4a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## node-red-contrib-letsfiware-NGSI v0.14.0-next
1+
## node-red-contrib-letsfiware-NGSI v0.15.0 - 31 May, 2023
22

33
- FIX issue that output of NGSI to Worldmap node was 'no response object' (#139)
44
- ADD prettier command (#138)

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 0.14.0 | :white_check_mark: |
8-
| < 0.14.0 | :x: |
7+
| 0.15.0 | :white_check_mark: |
8+
| < 0.15.0 | :x: |
99

1010
## Reporting a Vulnerability
1111

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=0.14.0-next
1+
VERSION=0.15.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-letsfiware-ngsi",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Node-RED implementation for FIWARE Open APIs",
55
"scripts": {
66
"lint": "./node_modules/eslint/bin/eslint.js --ext .json,.js src test",

0 commit comments

Comments
 (0)