Skip to content

Commit

Permalink
chore(docs): re-build docs and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
biancode committed Mar 15, 2024
1 parent fba41db commit c6516ff
Show file tree
Hide file tree
Showing 17 changed files with 20,325 additions and 15,207 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# These are supported funding model platforms
custom: ["https://github.com/sponsors/BiancoRoyal", "https://bianco-royal.space/supporter/", "https://opencollective.com/node-red-contrib-modbus", "https://noderedplus.de/"]
custom: ["https://github.com/sponsors/BiancoRoyal", "https://bianco-royal.space/supporter/", "https://opencollective.com/node-red-contrib-modbus", "https://plus4nodered.com/", "https://p4nr.com/"]
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [12, 14, 16, 18]
node: [14, 16, 18, 20]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm install
- uses: JS-DevTools/npm-publish@v1
with:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.0.2](https://github.com/BiancoRoyal/node-red-contrib-bit/compare/v1.0.0...v1.0.2) (2024-03-15)


### Bug Fixes

* missing index file ([8270d6d](https://github.com/BiancoRoyal/node-red-contrib-bit/commit/8270d6d385130df3cea9e022ee97dfcb94750154))
* Node-RED PLUS changed to PLUS for Node-RED ([c9029cc](https://github.com/BiancoRoyal/node-red-contrib-bit/commit/c9029cca7ebcb8a649a76b8a8489d35b2b99ac19))
* **typos:** remove modbus from cloned ([f2026bb](https://github.com/BiancoRoyal/node-red-contrib-bit/commit/f2026bb2ad06a70f8a638a630b23e6aabde3cad1))



# [1.0.0](https://github.com/BiancoRoyal/node-red-contrib-bit/compare/ec05fb6f11b671689a17769a6a2d52fce9167375...v1.0.0) (2022-07-29)


Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![Platform Node-RED](http://b.repl.ca/v1/Platform-Node--RED-red.png)
![Contribution Bit](http://b.repl.ca/v1/Contribution-Bit-orange.png)
![ES_Sourdce_Version](http://b.repl.ca/v1/JS_Source-ES2019-yellow.png)
![ES_Deploy_Version](http://b.repl.ca/v1/JS_Deploy-ES2015-yellow.png)
![NodeJS_Version](http://b.repl.ca/v1/NodeJS-LTS-green.png)
![Platform Node-RED](https://img.shields.io/badge/Platform-Node--RED-red.png)
![Contribution Bit](https://img.shields.io/badge/Contribution-Bit-orange.png)
![ES_Sourdce_Version](https://img.shields.io/badge/JS_Source-ES2019-yellow.png)
![ES_Deploy_Version](https://img.shields.io/badge/JS_Deploy-ES2015-yellow.png)
![NodeJS_Version](https://img.shields.io/badge/NodeJS-LTS-green.png)
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![NPM download](https://img.shields.io/npm/dm/node-red-contrib-bit.svg)](http://www.npm-stats.com/~packages/node-red-contrib-bit)
[![NPM version](https://badge.fury.io/js/node-red-contrib-bit.png)](http://badge.fury.io/js/node-red-contrib-bit)
Expand Down Expand Up @@ -59,5 +59,5 @@ Debug will be activated by starting Node-RED with debug mode:
[2]:https://github.com/biancode
[3]:https://flows.nodered.org/flow/9015efb0c2251945da20da8ff55f123e
[4]:https://github.com/Iniationware
[5]:https://www.noderedplus.de/
[6]:https://www.noderedplus.de/de/
[5]:https://www.plus4nodered.com
[6]:https://www.plus4nodered.de
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License
Copyright (c) 2017-2022 Klaus Landsdorf (http://node-red.plus/)
Copyright (c) 2017-2024 Klaus Landsdorf (http://node-red.plus/)
All rights reserved.
node-red-contrib-bit
*/
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
Copyright (c) 2017-2022 Klaus Landsdorf (http://node-red.plus/)
Copyright (c) 2017-2024 Klaus Landsdorf (http://node-red.plus/)
All rights reserved.
node-red-contrib-bit
Expand Down
Loading

0 comments on commit c6516ff

Please sign in to comment.