diff --git a/.changeset/short-pots-listen.md b/.changeset/short-pots-listen.md deleted file mode 100644 index c4aab8c..0000000 --- a/.changeset/short-pots-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vue-paho-mqtt": patch ---- - -No WSS attempt when `useSSL` is `false`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 221422a..07207aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vue-paho-mqtt +## 0.6.4 + +### Patch Changes + +- 1baa97c: No WSS attempt when `useSSL` is `false`. + ## 0.6.3 ### Patch Changes diff --git a/package.json b/package.json index 5d14905..66b4bfd 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.3", + "version": "0.6.4", "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": [