Skip to content

Commit

Permalink
Merge pull request #104 from chrisfosterelli/v5
Browse files Browse the repository at this point in the history
Version bump to 5.0.0 and changelog
  • Loading branch information
chrisfosterelli authored Dec 23, 2019
2 parents a533124 + b94b036 commit 1277d64
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
5.0.0
=====

* Feature: Add a new JS-idiomatic comment API (*fully backward compatible*)
* Feature: Add official support for Node 13.x
* Feature: Add official support for Node 12.x
* Feature: Add official support for Node 10.x
* Feature: Add support for `blog_lang` and `blog_charset`
* Feature: Add support for `recheck_reason`
* Feature: Added API support for async/await usage
* Patch: Update nock to 11.7.0
* Patch: Update mocha to 6.2.2
* Patch: Update superagent to 5.1.1
* Documentation overhaul
* Added package-lock
* Migrated from Greenkeeper to Renovate
* Added prettier
* Added optional integration tests
* Switched CI/CD to travis.com
* Upgraded library code from ES5 to ES6
* **Breaking:** Removed support for node 7 (end of life)
* **Breaking:** Removed support for node 6 (end of life)
* **Breaking:** Removed support for node 5 (end of life)
* **Breaking:** Removed support for node 4 (end of life)

4.2.0
=====

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": "4.2.0",
"version": "5.0.0",
"description": "Nodejs bindings to the Akismet (https://akismet.com) spam detection service",
"main": "lib/akismet.js",
"dependencies": {
Expand Down

0 comments on commit 1277d64

Please sign in to comment.