Skip to content

Commit

Permalink
Merge pull request #63 from martin-doyle/feature
Browse files Browse the repository at this point in the history
Fix Scorecard Warnings
  • Loading branch information
martin-doyle authored Jun 4, 2022
2 parents 8bd4b24 + 9eb96a1 commit 45ecfd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# node-red-contrib-aedes Changelog

## Jun 03, 2022, Version 0.8.2
### Notable changes
- Fix Scorecard Warnings

## May 29, 2022, Version 0.8.1
### Notable changes
- Fix issue with incomplete credentials


## May 22, 2022, Version 0.8
### Notable changes
- Update aedes to version 0.47
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ You can use the MQTT protocol in Node-RED without an external MQTT broker like M
![Node.js CI](https://github.com/martin-doyle/node-red-contrib-aedes/workflows/Node.js%20CI/badge.svg)
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/standard/semistandard)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/898bf62b040a4d999b150487e9cc837b)](https://www.codacy.com/manual/martin-doyle/node-red-contrib-aedes?utm_source=github.com&utm_medium=referral&utm_content=martin-doyle/node-red-contrib-aedes&utm_campaign=Badge_Grade)
<!--
[![Dependency Status](https://david-dm.org/martin-doyle/node-red-contrib-aedes.svg)](https://david-dm.org/martin-doyle/node-red-contrib-aedes)
[![devDependency Status](https://david-dm.org/martin-doyle/node-red-contrib-aedes/dev-status.svg)](https://david-dm.org/martin-doyle/node-red-contrib-aedes#info=devDependencies)
-->
[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://github.com/ellerbrock/open-source-badge/)
[![NPM version](https://img.shields.io/npm/v/node-red-contrib-aedes.svg?style=flat)](https://www.npmjs.com/node-red-contrib-aedes)

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": "node-red-contrib-aedes",
"version": "0.8.1",
"version": "0.8.2",
"description": "Node Red MQTT broker node based on aedes.js",
"dependencies": {
"aedes": "^0.47.0",
Expand Down

0 comments on commit 45ecfd2

Please sign in to comment.