Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix range to percentage issue #223

Merged
merged 23 commits into from
May 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fbab421
Bump eslint from 8.57.0 to 9.0.0
dependabot[bot] Apr 8, 2024
321c5cb
Merge pull request #215 from NebzHB/dependabot/npm_and_yarn/beta/esli…
NebzHB Apr 9, 2024
98e24f0
Update @babel/core requirement from >=7.23.9 to >=7.24.4 (#214)
dependabot[bot] Apr 9, 2024
7de3b96
Bump express from 4.18.2 to 4.19.2 (#213)
dependabot[bot] Apr 9, 2024
f1e04a1
Update @babel/eslint-parser requirement from ^7.23.10 to ^7.24.1
dependabot[bot] Apr 9, 2024
d2f1570
Bump axios from 1.6.7 to 1.6.8
dependabot[bot] Apr 9, 2024
e4f0881
Merge pull request #211 from NebzHB/dependabot/npm_and_yarn/beta/babe…
NebzHB Apr 9, 2024
87e66da
Merge pull request #208 from NebzHB/dependabot/npm_and_yarn/beta/axio…
NebzHB Apr 9, 2024
f305fea
Update package.json
NebzHB Apr 11, 2024
54a2c34
Update package.json
NebzHB Apr 11, 2024
0515c9e
Update package.json
NebzHB Apr 11, 2024
35355bc
Update package.json
NebzHB Apr 11, 2024
20b5d95
Update index.js
NebzHB Apr 29, 2024
32a283a
Update package.json
NebzHB Apr 29, 2024
8b20e13
Update index.js
NebzHB Apr 29, 2024
454aafe
Update package.json
NebzHB Apr 29, 2024
46bdc98
Update index.js
NebzHB May 17, 2024
ada8d8e
Update index.js
NebzHB May 19, 2024
dc066d6
Update index.js
NebzHB May 19, 2024
80fc1f8
Update package.json
NebzHB May 19, 2024
b749a2d
Update @babel/eslint-parser requirement from ^7.24.1 to ^7.24.5 (#221)
dependabot[bot] May 19, 2024
c63877d
Update index.js
NebzHB May 19, 2024
f4a1899
Update @babel/core requirement from >=7.24.4 to >=7.24.5 (#219)
dependabot[bot] May 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update package.json
NebzHB authored Apr 29, 2024
commit 454aafe016301a8e467227a0ce085af25aaebbb6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nebz/homebridge-jeedom",
"version": "v1.7.0",
"cust_serial": "0025",
"cust_serial": "0026",
"description": "Homebridge plugin for Jeedom ",
"main": "index.js",
"private":true,