diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e44b29..92843d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v3.6.2 + +- fix VERCEL environment detection ([#98](https://github.com/watson/ci-info/pull/98)) + ## v3.6.1 - fix error in typings [357b454](https://github.com/watson/ci-info/commit/357b454) diff --git a/package.json b/package.json index 37ce572..6687cfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ci-info", - "version": "3.6.1", + "version": "3.6.2", "description": "Get details about the current Continuous Integration environment", "main": "index.js", "typings": "index.d.ts",