Skip to content

Commit

Permalink
Merge pull request #145 from chrisfosterelli/version-bump
Browse files Browse the repository at this point in the history
Version 5.1.0
  • Loading branch information
chrisfosterelli authored Oct 23, 2020
2 parents 1458afc + c96786c commit acc7441
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
=====

Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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 <[email protected]>",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit acc7441

Please sign in to comment.