Skip to content

Commit

Permalink
v1.5.6 (#109)
Browse files Browse the repository at this point in the history
## [Version 1.5.6](https://github.com/donavanbecker/homebridge-noip/releases/tag/v1.5.6) (2022-05-04)

### What's Changes

- Housekeeping and updated dependencies.

**Full Changelog**: v1.5.5...v1.5.6
  • Loading branch information
donavanbecker authored May 4, 2022
1 parent 13bf7cc commit 4d28e00
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -51,4 +51,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
1 change: 1 addition & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: AutoDependabot

on:
pull_request:
push:
branches:
- beta
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nodejs-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:

publish-npm:
if: github.repository == 'donavanbecker/homebridge-noip'

needs: build

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ jobs:
publish-npm:
# publish only if we are on our own repo, event was 'release' (a tag was created) and the tag starts with "v" (aka version tag)
if: github.repository == 'donavanbecker/homebridge-noip' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')

needs: build # only run if build succeeds

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [Version 1.5.6](https://github.com/donavanbecker/homebridge-noip/releases/tag/v1.5.6) (2022-05-04)

### What's Changes

- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-noip/compare/v1.5.5...v1.5.6

## [Version 1.5.5](https://github.com/donavanbecker/homebridge-noip/releases/tag/v1.5.5) (2022-03-19)

### What's Changes
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge No-IP",
"name": "homebridge-noip",
"version": "1.5.5",
"version": "1.5.6",
"description": "The [Homebridge](https://homebridge.io) No-IP plugin allows you to update your [No-IP](http://noip.com) hostname(s) for your homebridge instance.",
"author": "donavanbecker",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
},
"engines": {
"homebridge": "^1.4.1",
"node": "^14.19.1 || ^16.15.0"
"node": "^14.19.1 || ^16.15.0 || ^18.1.0"
},
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 4d28e00

Please sign in to comment.