From a1587bed0ee05020994d54dbff914b9e035a9494 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 16:27:12 +0200 Subject: [PATCH] chore(release): update versioning and publish (#82) Co-authored-by: github-actions[bot] --- .changeset/chilled-cycles-leave.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilled-cycles-leave.md diff --git a/.changeset/chilled-cycles-leave.md b/.changeset/chilled-cycles-leave.md deleted file mode 100644 index d97c490..0000000 --- a/.changeset/chilled-cycles-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vue-paho-mqtt": patch ---- - -Added timeout option to the connection parameters. diff --git a/CHANGELOG.md b/CHANGELOG.md index f2555cf..5f9a8ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vue-paho-mqtt +## 0.6.2 + +### Patch Changes + +- 5c771c2: Added timeout option to the connection parameters. + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index af78c5e..e6bb2c9 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.1", + "version": "0.6.2", "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": [