Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Nov 12, 2016
1 parent 9b0bb9c commit 4cc7806
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,9 +2,9 @@

This file is used to list changes made in each version of `jmx` Node.js module.

## master
## 0.6.0 (2016-11-12)

* Update `java` dependency to `~0.7.0` (fixes [issue #13](https://github.com/zuazo/node-jmx/issues/13), thanks [Jason Brown](https://github.com/jbrownD3) and [Craig Otis ](https://github.com/craigotis) for the help).
* Update `java` dependency to `~0.7.0` (partially fixes [issue #13](https://github.com/zuazo/node-jmx/issues/13), thanks [Jason Brown](https://github.com/jbrownD3) and [Craig Otis](https://github.com/craigotis) for the help).
* *package.json*: Fix license field.

## 0.5.0 (2015-11-03)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,8 +2,8 @@

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

Node.js bridge library to communicate with Java applications through JMX.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jmx",
"version": "0.6.0-dev",
"version": "0.6.0",
"description": "Bridge library to communicate with Java applications through JMX.",
"homepage": "http://zuazo.github.io/node-jmx",
"bugs": "https://github.com/zuazo/node-jmx/issues",
Expand Down

0 comments on commit 4cc7806

Please sign in to comment.