Skip to content

Commit 4f94cf7

Browse files
authored
Merge pull request #108 from fisuda/release/0.11.0
Bump: 0.10.0-next -> 0.11.0
2 parents 71869a9 + 1212f2c commit 4f94cf7

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.10.0-next
1+
## node-red-contrib-letsfiware-NGSI v0.11.0 - 23 February, 2023
22

33
- ADD OpenWeatherMap to NGSI custom node (#107)
44
- UPDATE documentation (#105)

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.10.0 | :white_check_mark: |
8-
| < 0.10.0 | :x: |
7+
| 0.11.0 | :white_check_mark: |
8+
| < 0.11.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.10.0-next
1+
VERSION=0.11.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.10.1",
3+
"version": "0.11.0",
44
"description": "Node-RED implementation for FIWARE Open APIs",
55
"scripts": {
66
"lint": "./node_modules/eslint/bin/eslint.js --ext .json,.js . && eslint -c .eslintrc.html.json --ext .html src",

0 commit comments

Comments
 (0)