Version 1.5.0

This commit is contained in:
Michael Woods 2022-09-17 10:29:57 -04:00
parent eea3a40eae
commit c8c0979e15
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "onstar2mqtt",
"version": "1.4.1",
"version": "1.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "onstar2mqtt",
"version": "1.4.1",
"version": "1.5.0",
"license": "MIT",
"dependencies": {
"async-mqtt": "^2.6.3",

View File

@ -1,6 +1,6 @@
{
"name": "onstar2mqtt",
"version": "1.4.1",
"version": "1.5.0",
"description": "OnStarJS wrapper for MQTT",
"main": "src/index.js",
"scripts": {