diff --git a/CHANGELOG.md b/CHANGELOG.md index 055dd6b..b9da53d 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.2.2](https://github.com/homebridge/camera-utils/compare/v2.2.1...v2.2.2) (2023-11-05) + + +### Bug Fixes + +* potential fix for lib folder missing ([#556](https://github.com/homebridge/camera-utils/issues/556)) + ### [2.2.1](https://github.com/homebridge/camera-utils/compare/v2.2.0...v2.2.1) (2023-11-04) diff --git a/package-lock.json b/package-lock.json index d65ea41..8429777 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@homebridge/camera-utils", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@homebridge/camera-utils", - "version": "2.2.1", + "version": "2.2.2", "license": "MIT", "dependencies": { "execa": "^5.1.1", @@ -655,9 +655,9 @@ } }, "node_modules/@babel/traverse": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz", - "integrity": "sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", + "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", "dev": true, "dependencies": { "@babel/code-frame": "^7.22.13", diff --git a/package.json b/package.json index 96844fd..454b7b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@homebridge/camera-utils", - "version": "2.2.1", + "version": "2.2.2", "description": "Utilities to simplify homebridge camera plugin development", "main": "lib/index.js", "scripts": { @@ -24,6 +24,9 @@ "type": "git", "url": "git+https://github.com/homebridge/camera-utils.git" }, + "publishConfig": { + "access": "public" + }, "keywords": [ "homebridge", "camera",