From c96786ce040f08cde045c4d30e0583e78a70be89 Mon Sep 17 00:00:00 2001 From: Chris Foster Date: Fri, 23 Oct 2020 13:48:42 -0700 Subject: [PATCH] Update CHANGELOG and version for 5.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 8 ++------ 2 files changed, 12 insertions(+), 6 deletions(-) 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": {