From a31ddf940598f7f7d79ab4abc68e0a2320bdecb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Jun 2024 07:48:01 +0000 Subject: [PATCH] chore(release): update versioning and publish --- .changeset/short-pots-listen.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/short-pots-listen.md 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": [