Skip to content

Commit

Permalink
Merge pull request #239 from chrisfosterelli/v6.0.0
Browse files Browse the repository at this point in the history
Version 6.0.0
  • Loading branch information
chrisfosterelli authored Jan 28, 2023
2 parents 89e9fd5 + b93764d commit 38d8d26
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
6.0.0
=====

* **Breaking:** Removed support for Node 13 (end of life)
* **Breaking:** Removed support for Node 12 (end of life)
* **Breaking:** Removed support for Node 10 (end of life)
* Feature: Added support for `honeypot` / `honeypot_field_name`
* Feature: Added official support for Node 19.x
* Feature: Added official support for Node 18.x
* Patch: User agent is no longer a required field
* Patch: Added CI typescript type validation
* Patch: Fixed travis link
* Patch: Updated nock to 13.0.0
* Patch: Updated prettier to 2.0.2
* Patch: Updated mocha to 10.0.0
* Patch: Updated superagent to 8.0.0
* Patch: Updated chai to 4.0.1
* Patch: Resolved dependabot alert about qs
* Patch: Resolved dependabot alert about minimatch

5.3.0
=====

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ Features:
* Idiomatic JS parameters (with backward compatability)
* Trusted by many projects (like [Coral][coral]!)

_Upgrading to 5.0?_ The docs have changed a fair bit but everything is backward
compatible on supported node versions, so you likely don't need to change
anything! Check out the [changelog][changelog].
_Upgrading to 6.0?_ Changes are fairly minimal as long as you're on an active
version of node, but check out the [changelog][changelog] for full details.

**These docs below are with ES6 async/await usage, but if you prefer another
API you can also use this library [with promises][promises] or [with
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akismet-api",
"version": "5.4.0",
"version": "6.0.0",
"description": "Nodejs bindings to the Akismet (https://akismet.com) spam detection service",
"main": "lib/akismet.js",
"typings": "akismet-api.d.ts",
Expand All @@ -27,6 +27,6 @@
"author": "Chris Foster <chris.james.foster@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=4.0.0"
"node": ">=14.0.0"
}
}

0 comments on commit 38d8d26

Please sign in to comment.