From 10aacac3cd8527887607a2d70a545dc69de997fc Mon Sep 17 00:00:00 2001 From: FantasticFiasco Date: Fri, 22 Dec 2017 14:58:47 +0100 Subject: [PATCH] release 5.0.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7a1aff..09d17055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 8d127b7f..613eb373 100644 --- a/package.json +++ b/package.json @@ -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",