diff --git a/package-lock.json b/package-lock.json index cb13f5a..454f1eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@signalk/n2k-signalk", - "version": "1.3.2", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3ed5f3b..d2efe57 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,12 @@ { "name": "@signalk/n2k-signalk", - "version": "1.3.2", + "version": "1.4.0", "description": "NMEA 2000 to SignalK conversion library", "main": "n2kMapper.js", "scripts": { "test": "mocha", - "changelog": - "github-changes -o signalk -r n2k-signalk -a --only-pulls --use-commit-body --data=pulls --tag-name=v$npm_package_version", - "release": - "git tag -d v$npm_package_version ; npm run changelog && git add CHANGELOG.md && git commit -m 'chore: update changelog' && git tag v$npm_package_version && git push --tags && git push && npm publish", + "changelog": "github-changes -o signalk -r n2k-signalk -a --only-pulls --use-commit-body --data=pulls --tag-name=v$npm_package_version", + "release": "git tag -d v$npm_package_version ; npm run changelog && git add CHANGELOG.md && git commit -m 'chore: update changelog' && git tag v$npm_package_version && git push --tags && git push && npm publish", "format": "prettier-standard '*.js*' 'pgns/**/*.js' 'test/**/*.js*'" }, "keywords": [