Skip to content

Commit

Permalink
Released v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
futomi committed Mar 25, 2018
1 parent 5cb9947 commit 90afce4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 - 2017 Futomi Hatano
Copyright (c) 2016 - 2018 Futomi Hatano

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2242,6 +2242,9 @@ This module is based on the [ONVIF specifications](http://www.onvif.org/Document
---------------------------------------
## <a id="Release-Note">Release Note</a>

* 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))
* v0.1.3 (2018-02-11)
* Fixed the bug of the device initialization. ([Pull Request #20](https://github.com/futomi/node-onvif/pull/20))
* The sample app "[ONVIF Network Camera Manager](https://github.com/futomi/node-onvif/tree/master/sample)" now works well on node v8. ([Issue #6](https://github.com/futomi/node-onvif/issues/6))
Expand All @@ -2260,7 +2263,7 @@ This module is based on the [ONVIF specifications](http://www.onvif.org/Document

The MIT License (MIT)

Copyright (c) 2016 - 2017 Futomi Hatano
Copyright (c) 2016 - 2018 Futomi Hatano

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.3",
"version": "0.1.4",
"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 90afce4

Please sign in to comment.