diff --git a/.changeset/shaggy-parents-think.md b/.changeset/shaggy-parents-think.md deleted file mode 100644 index 2917aee..0000000 --- a/.changeset/shaggy-parents-think.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"vue-paho-mqtt": patch ---- - -Added more Paho options: (https://eclipse.dev/paho/files/jsdoc/Paho.MQTT.Client.html) -- keepAliveInterval: The server disconnects this client if there is no activity for this number of milliseconds. The default value of 60000 milliseconds is assumed if not set. -- cleanSession: if true(default) the client and server persistent state is deleted on successful connect. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f9a8ae..221422a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # vue-paho-mqtt +## 0.6.3 + +### Patch Changes + +- 4ed0146: Added more Paho options: (https://eclipse.dev/paho/files/jsdoc/Paho.MQTT.Client.html) + - keepAliveInterval: The server disconnects this client if there is no activity for this number of milliseconds. The default value of 60000 milliseconds is assumed if not set. + - cleanSession: if true(default) the client and server persistent state is deleted on successful connect. + ## 0.6.2 ### Patch Changes diff --git a/package.json b/package.json index e6bb2c9..5d14905 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-paho-mqtt", "author": "I Kaan Yilmaz (https://github.com/kaandesu)", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "description": "Easy-to-use Paho MQTT client for Vue 3 with centralized subscription management, type support, and built-in optional alert notification library.", "contributors": [