Skip to content

Commit fc19b27

Browse files
committed
Prepare for next release
1 parent e61aa59 commit fc19b27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
- FIX Crash when an update arrives and commands attribute is not defined.
33
- ADD `exit` commands.
44
- FIX missing headers in group operations.
5-
- ADD command to show and change IoTAgent console configuration.
5+
- ADD command to show and change IoTAgent console configuration.
6+
- FIX missing device in 'store()' function of the Memory Registry.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iotagent-node-lib",
33
"description": "IoT Agent library to interface with NGSI Context Broker",
4-
"version": "0.4.0-next",
4+
"version": "0.5.0",
55
"homepage": "https://github.com/telefonicaid/iotagent-node-lib",
66
"keywords": [
77
"fiware",
@@ -41,7 +41,7 @@
4141
"fiware-node-logger": "https://github.com/telefonicaid/fiware-node-logger/tarball/81fdcb213db99eb61acecfd293c45d3fa144cf36",
4242
"mongoose": "3.8.19",
4343
"underscore": "1.7.0",
44-
"command-node": "*"
44+
"command-node": "0.1.1"
4545
},
4646
"devDependencies": {
4747
"nock": "0.48.0",
@@ -65,6 +65,5 @@
6565
"grunt-contrib-clean": "~0.5.0",
6666
"grunt-githooks": "~0.3.1",
6767
"mongodb": "1.4.20"
68-
},
69-
"keywords": []
68+
}
7069
}

0 commit comments

Comments
 (0)