Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
* (bluefox) Added detection of some IPs
  • Loading branch information
GermanBluefox committed Aug 29, 2024
1 parent 0332b81 commit 7946126
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Detect IP addresses from:
-->

## Changelog
### **WORK IN PROGRESS**
### 0.3.0 (2024-08-29)
* (bluefox) Added detection of some IPs

### 0.2.1 (2024-08-28)
Expand Down
6 changes: 3 additions & 3 deletions build/main.js

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

15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "kisshome-research",
"version": "0.2.1",
"version": "0.3.0",
"news": {
"0.3.0": {
"en": "Added detection of some IPs",
"de": "Zusätzliche Erkennung einiger IPs",
"ru": "Добавлено обнаружение некоторых ИС",
"pt": "Adicionado detecção de alguns IPs",
"nl": "Toegevoegd detectie van sommige IP's",
"fr": "Ajout de la détection de certains IP",
"it": "Aggiunta di rilevamento di alcuni IP",
"es": "Se agregó la detección de algunos IPs",
"pl": "Dodano wykrywanie niektórych IP",
"uk": "Додано виявлення деяких IP-адрес",
"zh-cn": "添加检测一些IP"
},
"0.2.1": {
"en": "used valid URL address",
"de": "verwendete gültige URL-Adresse",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.kisshome-research",
"version": "0.2.1",
"version": "0.3.0",
"description": "Collection of information for KISSHome research",
"author": {
"name": "Denis Haev",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker-admin-component-telegram",
"private": true,
"version": "0.2.1",
"version": "0.3.0",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit 7946126

Please sign in to comment.