Skip to content

Commit acf7a13

Browse files
authored
Merge pull request #28 from telefonicaid/task/prepare_1.0.0
Step: 0.1.0 -> 1.0.0
2 parents 67f6258 + b02c37f commit acf7a13

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- Update Dockerfile to Centos7 and Node 4.8.4
2-
- Add plugin system (#2).
3-
- Update iotagent node library to allow use env variables
4-
- Add Travis conf
5-
- Check existence of mappings in internalAttributes for device provisioning [#22]
6-
- Remove mongodb dependence from packages.json (already in iota-node-lib)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sigfox-iotagent",
33
"description": "IoT Agent for the Sigfox protocol",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"homepage": "https://github.com/dmoranj/sigfox-iotagent",
66
"author": {
77
"name": "Daniel Moran",
@@ -26,7 +26,7 @@
2626
"command-node": "0.1.1",
2727
"request": "^2.69.0",
2828
"async": "1.4.2",
29-
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
29+
"iotagent-node-lib": "2.6.x",
3030
"express": "4.11.2",
3131
"body-parser": "1.15.0",
3232
"logops": "1.0.0-alpha.7"

0 commit comments

Comments
 (0)