Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Mar 25, 2018
1 parent 6588eea commit 2ca517a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 0.7.0 (2018-03-25)

* Update `java` dependency to `~0.9.0` ([issue #16](https://github.com/zuazo/node-jmx/issues/16), thanks [DarkSorrow](https://github.com/DarkSorrow)).

## 0.6.1 (2016-11-12)

* Fix `java` dependency version to avoid installing *master* branch.
Expand Down
5 changes: 3 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](https://img.shields.io/codeclimate/maintainability-percentage/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/github/zuazo/node-jmx?branch=master)
[![Build Status](http://img.shields.io/travis/zuazo/node-jmx/0.7.0.svg)](https://travis-ci.org/zuazo/node-jmx)
[![Coverage Status](http://img.shields.io/coveralls/zuazo/node-jmx/0.7.0.svg)](https://coveralls.io/github/zuazo/node-jmx?branch=0.7.0)

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

Expand Down Expand Up @@ -189,6 +189,7 @@ See [CHANGELOG.md](https://github.com/zuazo/node-jmx/blob/master/CHANGELOG.md).
|:---------------------|:-----------------------------------------|
| **Author:** | [Xabier de Zuazo](https://github.com/zuazo) (<xabier@zuazo.org>)
| **Contributor:** | [Eric](https://github.com/ericbroda)
| **Contributor:** | [DarkSorrow](https://github.com/DarkSorrow)
| **Copyright:** | Copyright (c) 2015, Xabier de Zuazo
| **Copyright:** | Copyright (c) 2013-2015 Onddo Labs, SL.
| **License:** | Apache License, Version 2.0
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.7.0-dev",
"version": "0.7.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 2ca517a

Please sign in to comment.