Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Jul 18, 2015
1 parent 244d543 commit b182092
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
node.js bridge library to communicate with java applications through JMX.

[![NPM version](https://badge.fury.io/js/jmx.svg)](http://badge.fury.io/js/jmx)
[![Code Climate](http://img.shields.io/codeclimate/github/onddo/node-jmx.svg)](https://codeclimate.com/github/onddo/node-jmx)
[![Code Climate](http://img.shields.io/codeclimate/github/onddo/node-jmx/0.4.0.svg)](https://codeclimate.com/github/onddo/node-jmx)
[![Build Status](http://img.shields.io/travis/onddo/node-jmx.svg)](https://travis-ci.org/onddo/node-jmx)
[![Coverage Status](http://img.shields.io/coveralls/onddo/node-jmx.svg)](https://coveralls.io/r/onddo/node-jmx?branch=master)
[![Coverage Status](http://img.shields.io/coveralls/onddo/node-jmx/0.4.0.svg)](https://coveralls.io/r/onddo/node-jmx?branch=0.4.0)

## Requirements

Expand Down Expand Up @@ -187,6 +187,13 @@ $ NODE_DEBUG="jmx" node [...]

## History

### 0.4.0

* Add #getAttributes method ([issue #7](https://github.com/onddo/node-jmx/pull/7), thanks [@ericbroda](https://github.com/ericbroda)).
* Update dependencies: `async@~1.3.0`, `java@~0.5.0`.
* Add node version `0.12` support.
* Remove node version `0.8` support.

### 0.3.1

* Remove jshint dependency from *package.json*.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jmx",
"version": "0.4.0-dev",
"version": "0.4.0",
"description": "Bridge library to communicate with java applications through JMX.",
"homepage": "http://onddo.github.io/node-jmx",
"bugs": "https://github.com/onddo/node-jmx/issues",
Expand Down Expand Up @@ -29,7 +29,7 @@
} ],
"readmeFilename": "README.md",
"engines": {
"node": ">=0.6.0"
"node": ">=0.10.0"
},
"dependencies": {
"async": "~1.3.0",
Expand Down

0 comments on commit b182092

Please sign in to comment.