Skip to content

Commit 2a1cfcb

Browse files
authored
Merge pull request #145 from fisuda/release/0.16.0
Bump: 0.15.0-next -> 0.16.0
2 parents 4b59b16 + 441a357 commit 2a1cfcb

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.15.0-next
1+
## node-red-contrib-letsfiware-NGSI v0.16.0 - 23 July, 2023
22

33
- UPDATE Node.js dependencies (#144)
44
- UPDATE node version for unit test (#143)

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.15.0 | :white_check_mark: |
8-
| < 0.15.0 | :x: |
7+
| 0.16.0 | :white_check_mark: |
8+
| < 0.16.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.15.0-next
1+
VERSION=0.16.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.15.1",
3+
"version": "0.16.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)