Skip to content

Commit

Permalink
Merge pull request #201 from chrisfosterelli/v5.3.0
Browse files Browse the repository at this point in the history
Version 5.3.0
  • Loading branch information
chrisfosterelli authored Feb 15, 2022
2 parents 1372a24 + fb00ac8 commit 2bea5d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
5.3.0
=====

* Feature: Added typescript DTS typings (thanks @jasonflorentino!)
* Patch: Removed David DM

5.2.1
=====

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Full Nodejs bindings to the Akismet (https://akismet.com) spam detection
service.

Features:
* Typescript support
* API support for async/await, promises, and callbacks
* Supports all active versions of node (10 to 16)
* Supports all Akismet API features
Expand Down
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.1",
"version": "5.3.0",
"description": "Nodejs bindings to the Akismet (https://akismet.com) spam detection service",
"main": "lib/akismet.js",
"typings": "akismet-api.d.ts",
Expand Down

0 comments on commit 2bea5d9

Please sign in to comment.