Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Nov 3, 2015
1 parent 49ec8d6 commit 50f39f9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 0.5.0 (2015-11-03)

* Update `java` dependency to `~0.6.0` (fixes [issue #11](https://github.com/zuazo/node-jmx/issues/11), thanks [Rick ChangRick Chang](https://github.com/redice) for the help).
* Add Node.js `4` support.
* Update `async` dependency to `~1.5.0`.
* Update contact information and links after migration.
* Documentation improvements.
* Migrate to Travis CI container-based infrastructure.
* Makefile: Add test-java-classes task.

## 0.4.1 (2014-07-18)

* Fix badge links.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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.5.0.svg)](https://travis-ci.org/zuazo/node-jmx)
[![Coverage Status](http://img.shields.io/coveralls/zuazo/node-jmx/0.5.0.svg)](https://coveralls.io/r/zuazo/node-jmx?branch=0.5.0)

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

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": "jmx",
"version": "0.5.0-dev",
"version": "0.5.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 50f39f9

Please sign in to comment.