diff --git a/.changeset/curvy-apes-run.md b/.changeset/curvy-apes-run.md deleted file mode 100644 index d9181ac..0000000 --- a/.changeset/curvy-apes-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vue-paho-mqtt': patch ---- - -fixed an issue that disabled changing the default mqtt options diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b060c..408b987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vue-paho-mqtt +## 0.2.6 + +### Patch Changes + +- 4c9a20a: fixed an issue that disabled changing the default mqtt options + ## 0.2.5 ### Patch Changes diff --git a/package.json b/package.json index 225a782..48a0c8c 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.2.5", + "version": "0.2.6", "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": [