Skip to content

Commit

Permalink
v2.2.6
Browse files Browse the repository at this point in the history
* update dependencies ([4238c9d](4238c9d))
  • Loading branch information
donavanbecker committed Feb 12, 2024
1 parent 4238c9d commit 53df66d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 25 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ jobs:
pre_id: 'beta'
secrets:
npm_auth_token: ${{ secrets.npm_token }}

github-releases-to-discord:
needs: publish
uses: homebridge/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "camera-utils"
secrets:
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
17 changes: 0 additions & 17 deletions .github/workflows/discord-webhooks.yml

This file was deleted.

14 changes: 10 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Node Release

on:
push:
tags:
- 'v*.*.*'
workflow_dispatch:
release:
types: [published]

jobs:
build_and_test:
Expand All @@ -22,3 +20,11 @@ jobs:
uses: homebridge/.github/.github/workflows/npm-publish.yml@latest
secrets:
npm_auth_token: ${{ secrets.npm_token }}

github-releases-to-discord:
needs: publish
uses: homebridge/.github/.github/workflows/discord-webhooks.yml@latest
with:
footer_title: "camera-utils"
secrets:
DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.6](https://github.com/homebridge/camera-utils/compare/v2.2.5...v2.2.6) (2024-02-12)

### Other Changes

* update dependencies ([4238c9d](https://github.com/homebridge/camera-utils/commit/4238c9db9e7021b4f490cd47a07cfcc31489b736))

### [2.2.5](https://github.com/homebridge/camera-utils/compare/v2.2.4...v2.2.5) (2024-01-08)


Expand Down
6 changes: 2 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/test/**/*.spec.ts'],
coverageReporters: ["lcov"],
collectCoverageFrom: [
"src/**"
],
coverageReporters: ['lcov'],
collectCoverageFrom: ['src/**'],
}

0 comments on commit 53df66d

Please sign in to comment.