Skip to content

Commit

Permalink
Released v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
futomi committed Aug 13, 2018
1 parent 73aae19 commit f8527aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2242,6 +2242,8 @@ This module is based on the [ONVIF specifications](http://www.onvif.org/Document
---------------------------------------
## <a id="Release-Note">Release Note</a>

* v0.1.5 (2018-08-)13
* Added NAT support. ([Pull Request #34](https://github.com/futomi/node-onvif/pull/34))
* v0.1.4 (2018-03-25)
* Clarified the instruction of the installation in the README.md and Added the `engines` section to the package.json. ([Pull Request #24](https://github.com/futomi/node-onvif/pull/24))
* Fixed the bug of the loop of `SearchDomain`. ([Pull Request #23](https://github.com/futomi/node-onvif/pull/23))
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": "node-onvif",
"version": "0.1.4",
"version": "0.1.5",
"description": "The node-onvif is a Node.js module which allows you to communicate with the network camera which supports the ONVIF specifications.",
"engines": {
"node" : ">=4.4"
Expand Down

0 comments on commit f8527aa

Please sign in to comment.