diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f4216c..7c28f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +5.1.0 +===== + +* Feature: Add official support for Node 15.x +* Feature: Add official support for Node 14.x +* Patch: Update mocha to 8.2.0 +* Patch: Update superagent to 6.1.0 +* Patch: Update prettier to 2.1.2 +* Patch: Update nock to 13.0.4 + 5.0.0 ===== diff --git a/package.json b/package.json index db91a26..4c8e1d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "akismet-api", - "version": "5.0.0", + "version": "5.1.0", "description": "Nodejs bindings to the Akismet (https://akismet.com) spam detection service", "main": "lib/akismet.js", "dependencies": { @@ -21,11 +21,7 @@ "type": "git", "url": "https://github.com/chrisfosterelli/akismet-api.git" }, - "keywords": [ - "akismet", - "spam", - "detection" - ], + "keywords": ["akismet", "spam", "detection"], "author": "Chris Foster ", "license": "MIT", "engines": {