Skip to content

Commit

Permalink
Merge pull request #30 from chrisfosterelli/version-bump
Browse files Browse the repository at this point in the history
Version bump to 2.1.1
  • Loading branch information
chrisfosterelli committed Jun 4, 2016
2 parents e4f069e + 7e1f5af commit 81efece
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
2.1.0
=====

* Patch: Updated superagent to 2.0.0

2.1.0
=====

* Feature: Added official support for Node 6.x
* Feature: Added official support for Node 5.x
* Patch: Updated superagent to 1.8.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Akismet-api
===========

[![Build Status](https://img.shields.io/travis/chrisfosterelli/akismet-api.svg?maxAge=3600&style=flat-square)](https://travis-ci.org/chrisfosterelli/akismet-api)
[![Build Status](https://img.shields.io/travis/chrisfosterelli/akismet-api/master.svg?maxAge=3600&style=flat-square)](https://travis-ci.org/chrisfosterelli/akismet-api)
[![Dependency Status](https://img.shields.io/david/chrisfosterelli/akismet-api.svg?maxAge=3600&style=flat-square)](https://david-dm.org/chrisfosterelli/akismet-api)
[![Download Count](https://img.shields.io/npm/dm/akismet-api.svg?maxAge=3600&style=flat-square)](https://www.npmjs.com/package/akismet-api)
[![License](https://img.shields.io/npm/l/akismet-api.svg?maxAge=3600&style=flat-square)](LICENSE.txt)
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": "2.1.0",
"version": "2.1.1",
"description": "Nodejs bindings to the Akismet (http://akismet.com) spam detection service",
"main": "lib/akismet.js",
"dependencies": {
Expand Down

0 comments on commit 81efece

Please sign in to comment.