From e740077fc064aa7fa39d7912ba6563a3daa1e495 Mon Sep 17 00:00:00 2001 From: Jeroen ter Heerdt Date: Mon, 13 Jul 2020 15:17:33 -0700 Subject: [PATCH] updating to version 1.2 --- CHANGELOG.md | 6 ++++++ ring_hassio/config.json | 2 +- ring_hassio/package-lock.json | 2 +- ring_hassio/package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b8743..85d5a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2] - 2020-07-13 +Bumping package versions, ring-client-api to 9.6.0 + +## [1.1] - 2020-07-01 +Bumping package versions + ## [1.0] - 2020-06-10 We're bringing this addon back to life. It now supports 2FA authentication (Required by Ring). Please do not use this component for 24-hour streaming as it a) will consume your battery real quick and b) Ring will probably disconnect you (and all of us) from streaming pretty soon. diff --git a/ring_hassio/config.json b/ring_hassio/config.json index 3899158..380d158 100644 --- a/ring_hassio/config.json +++ b/ring_hassio/config.json @@ -1,6 +1,6 @@ { "name": "Ring Livestream", - "version": "1.1", + "version": "1.2", "slug": "ringlivestream", "description": "A Home Assistant add-on to enable live streams of Ring Cameras.", "url": "https://github.com/jeroenterheerdt/ring-hassio", diff --git a/ring_hassio/package-lock.json b/ring_hassio/package-lock.json index 9e8f4a1..300d044 100644 --- a/ring_hassio/package-lock.json +++ b/ring_hassio/package-lock.json @@ -1,6 +1,6 @@ { "name": "ring_livestream", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/ring_hassio/package.json b/ring_hassio/package.json index c51ad47..648f43d 100644 --- a/ring_hassio/package.json +++ b/ring_hassio/package.json @@ -1,6 +1,6 @@ { "name": "ring_livestream", - "version": "1.1.0", + "version": "1.2.0", "description": "Ring Livestream addon", "author": "Jeroen ter Heerdt", "main": "livestream.js",