Skip to content

Commit

Permalink
Merge pull request #75 from chrisfosterelli/version-bump
Browse files Browse the repository at this point in the history
Version bump to 4.0.0
  • Loading branch information
chrisfosterelli authored Nov 1, 2017
2 parents 1fbc0eb + a31f84c commit fe7aced
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
4.0.0
=====

* Feature: Add official support for Node 9.x
* Patch: Update superagent to 3.6.1
* Patch: Update mocha to 4.0.0
* **Breaking:** Removed support for node 0.10 (end of life)
* **Breaking:** Removed support for node 0.12 (end of life)
* **Breaking:** Removed support for io.js (end of life)

3.0.0
=====

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Features:
* Complete test suite
* No coffeescript

_Upgrading to 3.0?_ You likely don't need to change anything, but check out the [changelog](CHANGELOG.md).
_Upgrading to 4.0?_ You likely don't need to change anything, but check out the [changelog](CHANGELOG.md).

Installing
--------
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": "3.0.0",
"version": "4.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 fe7aced

Please sign in to comment.