diff --git a/CHANGELOG.md b/CHANGELOG.md index edb727b..38bd21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 3.6.3 + +* clean up broken links in README - **[@dbushong](https://github.com/dbushong)** [#56](https://github.com/groupon/nlm/pull/56) + - [`850b672`](https://github.com/groupon/nlm/commit/850b67270148e5356482c369fe1066967a911d1f) **docs:** clean up broken links in README + + ### 3.6.2 * npm audit fix - **[@dbushong](https://github.com/dbushong)** [#55](https://github.com/groupon/nlm/pull/55) diff --git a/package-lock.json b/package-lock.json index ea48b59..4464bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nlm", - "version": "3.6.2", + "version": "3.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fa95100..de763ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nlm", - "version": "3.6.2", + "version": "3.6.3", "description": "Lifecycle manager for node projects", "license": "BSD-3-Clause", "main": "lib/nlm.js",