diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..afc4692 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +# (2018-05-21) + +### Bug Fixes + +* package.json & .snyk to reduce vulnerabilities ([43d0ed4](https://github.com/LabShare/services/commit/43d0ed4)) + + +### Features + +* **services:** Replace custom forced shutdown with NPM's server-shutdown ([3175c53](https://github.com/LabShare/services/commit/3175c53)) + diff --git a/package.json b/package.json index cdb6324..c2c4dc3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@labshare/services", "namespace": "services", "main": "./", - "version": "v1.18.0514", + "version": null, "description": "LabShare API service manager", "contributors": "https://github.com/LabShare/services/graphs/contributors", "repository": {