Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Dec 22, 2017
1 parent 633c59e commit 10aacac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [5.0.0] - 2017-12-22

### Changed

- The property `macAddress` on `Device` changed type from `string | undefined` to `string`. Devices without a MAC address are now omitted from search results.
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": "axis-discovery-ssdp",
"version": "4.1.0",
"version": "5.0.0",
"description": "A Node.js SSDP (UPnP) client library written in TypeScript capable of searching for Axis Communication cameras.",
"keywords": [
"axis",
Expand Down

0 comments on commit 10aacac

Please sign in to comment.