diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a28e6..d771991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.0.2 - 2021-04-20 + +* Use node 15 for build and publish pipeline + ## 6.0.1 - 2021-04-20 * Added github actions files for testing and publishing, diff --git a/package.json b/package.json index 6e60e92..2a01c9b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "./": "./" }, - "version": "6.0.1", + "version": "6.0.2", "description": "Return an object as an 'x-www-form-urlencoded' string", "author": "Chris ", "license": "MIT",