From 183fe178ae77288cf12b70cf2991f267bd459105 Mon Sep 17 00:00:00 2001 From: dgreif Date: Sun, 12 Jun 2022 13:10:31 -0700 Subject: [PATCH] chore(release): 2.1.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51abca4..14c064d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.1.2](https://github.com/homebridge/camera-utils/compare/v2.1.1...v2.1.2) (2022-06-12) + + +### Bug Fixes + +* update dependencies ([3fb3ba8](https://github.com/homebridge/camera-utils/commit/3fb3ba818bc3292b7e528567339e0a2ce814e8e0)) + ### [2.1.1](https://github.com/homebridge/camera-utils/compare/v2.1.0...v2.1.1) (2022-05-28) diff --git a/package-lock.json b/package-lock.json index 3d649c6..433188b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@homebridge/camera-utils", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@homebridge/camera-utils", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "execa": "^5.1.1", diff --git a/package.json b/package.json index f8092f6..c51dd21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@homebridge/camera-utils", - "version": "2.1.1", + "version": "2.1.2", "description": "Utilities to simplify homebridge camera plugin development", "main": "lib/index.js", "scripts": {