X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=f79444b1958f6f8873be3c0befdb71035f1f96a1;hb=101e9880c373361193926886e0c6e3f1f7fa376b;hp=5982e6b36e8e78aea50455988248a481aa8daca7;hpb=23132a44933014c707d4fc3d0c681dc99cee7828;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 5982e6b3..f79444b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.8", + "version": "1.0.10", "engines": { "node": "14.x.x", "npm": "6.x.x" @@ -19,6 +19,12 @@ } ], "main": "dist/start.js", + "auto-changelog": { + "commitUrl": "https://github.com/sap-labs-france/ev-simulator/commit/{id}", + "issueUrl": "https://github.com/sap-labs-france/ev-simulator/issues/{id}", + "mergeUrl": "https://github.com/sap-labs-france/ev-simulator/pull/{id}", + "compareUrl": "https://github.com/sap-labs-france/ev-simulator/compare/{from}...{to}" + }, "scripts": { "prestart": "npm run build", "start": "cross-env NODE_ENV=production node -r source-map-support/register dist/start.js",