Skip to content

Commit

Permalink
Merge pull request #174 from chrisfosterelli/doc
Browse files Browse the repository at this point in the history
Update doc description to include node 16.x
  • Loading branch information
chrisfosterelli authored Jul 28, 2021
2 parents f42cee0 + a93979b commit d7abbc8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.2.1
=====

* Patch: Minor README update

5.2.0
=====

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ service.

Features:
* API support for async/await, promises, and callbacks
* Supports all active versions of node (10 to 15)
* Supports all active versions of node (10 to 16)
* Supports all Akismet API features
* Complete set of unit and integration tests
* Idiomatic JS parameters (with backward compatability)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akismet-api",
"version": "5.2.0",
"version": "5.2.1",
"description": "Nodejs bindings to the Akismet (https://akismet.com) spam detection service",
"main": "lib/akismet.js",
"dependencies": {
Expand Down

0 comments on commit d7abbc8

Please sign in to comment.