Skip to content

Commit

Permalink
chore(release): update versioning and publish (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 22, 2024
1 parent ff37e62 commit a73f7ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/shaggy-parents-think.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-paho-mqtt",
"author": "I Kaan Yilmaz <[email protected]> (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": [
Expand Down

0 comments on commit a73f7ef

Please sign in to comment.