Skip to content

Commit

Permalink
fixed issue if hostname contains '.'
Browse files Browse the repository at this point in the history
- closes #24
  • Loading branch information
foxriver76 committed Aug 29, 2024
1 parent 393f25f commit 60ad0f9
Show file tree
Hide file tree
Showing 7 changed files with 311 additions and 164 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ if the messaging adapter was able to deliver the notification, else it should re
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
* (@foxriver76) fixed issue if host name contains `.`

### 1.2.0 (2024-08-05)
* (@klein0r) Added Blockly blocks

Expand Down
11 changes: 8 additions & 3 deletions build/main.js

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

4 changes: 2 additions & 2 deletions build/main.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 60ad0f9

Please sign in to comment.