Skip to content

Commit b3a18a9

Browse files
committed
Release 1.2.3
1 parent 4eb90ec commit b3a18a9

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.2.3](https://github.com/robertsLando/Mqtt2Mqtt/compare/v1.2.2...v1.2.3)
8+
9+
> 26 September 2019
10+
11+
- [feat] Clients status [`0f00847`](https://github.com/robertsLando/Mqtt2Mqtt/commit/0f0084778c966f5cc0ca9f321bdb30989046ae89)
12+
- [style] Fixed drawer behaviour [`9d3dd4c`](https://github.com/robertsLando/Mqtt2Mqtt/commit/9d3dd4cb7cef22adf562c22fd4c46e7600f013c7)
13+
- [fix] Drawer on md screens [`9ee7b8c`](https://github.com/robertsLando/Mqtt2Mqtt/commit/9ee7b8c912a1b7000462f56a0d5fa98939476426)
14+
- [fix] Drawer open on mobiles [`3aa2b7f`](https://github.com/robertsLando/Mqtt2Mqtt/commit/3aa2b7fccf7769d88bfab02108eab68dff6fc896)
15+
- [fix] Typo [`4eb90ec`](https://github.com/robertsLando/Mqtt2Mqtt/commit/4eb90ec7e6a0852b4ea4d6ac4499caa621db1262)
16+
- [fix] Drawer mini on init [`bbac3f5`](https://github.com/robertsLando/Mqtt2Mqtt/commit/bbac3f56ab973980164cdc616eba4a620fe294b3)
17+
- [docs] Buymeacoffie [`f6b26c6`](https://github.com/robertsLando/Mqtt2Mqtt/commit/f6b26c6faaff24becb1d3297d8570e05b77fd7d4)
18+
719
#### [v1.2.2](https://github.com/robertsLando/Mqtt2Mqtt/compare/v1.2.1...v1.2.2)
820

921
> 8 August 2019
@@ -13,11 +25,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1325
- [feat] Seured mqtt client connections [`6df80ed`](https://github.com/robertsLando/Mqtt2Mqtt/commit/6df80ed547a85cefc60e788d43a3e4d08fb04255)
1426
- [fix] Fixed Vue router on production environment [`2598067`](https://github.com/robertsLando/Mqtt2Mqtt/commit/259806757d32d55f32141ef2b549530779d6690d)
1527
- [docs] Updated readme with array map function [`507c951`](https://github.com/robertsLando/Mqtt2Mqtt/commit/507c9518dcb94adc3c75e852afe81600a94273bd)
28+
- Release 1.2.2 [`5dea8f9`](https://github.com/robertsLando/Mqtt2Mqtt/commit/5dea8f91c5cb4c023171a443cd61f4f706d5523d)
1629
- [build] Fixed pkg script [`df3a6bc`](https://github.com/robertsLando/Mqtt2Mqtt/commit/df3a6bcb7bd6c8789f2e3cd95f57496733664e2f)
1730
- Create FUNDING.yml [`8d6a656`](https://github.com/robertsLando/Mqtt2Mqtt/commit/8d6a65647380de4db4ec44f1abc406b6fce2a30b)
18-
- [fix] Fixed app title [`4d37d6b`](https://github.com/robertsLando/Mqtt2Mqtt/commit/4d37d6b8972da5590d8f39e5c405976a683606d8)
1931
- Update FUNDING.yml [`75d135e`](https://github.com/robertsLando/Mqtt2Mqtt/commit/75d135e0abf068010e73b25287c3d9edad146bf1)
2032
- [fix] Back compatibility mqtt host url [`cc06c3b`](https://github.com/robertsLando/Mqtt2Mqtt/commit/cc06c3b239998002933839a74cc963dd18d923eb)
33+
- [fix] Fixed app title [`4d37d6b`](https://github.com/robertsLando/Mqtt2Mqtt/commit/4d37d6b8972da5590d8f39e5c405976a683606d8)
2134

2235
#### [v1.2.1](https://github.com/robertsLando/Mqtt2Mqtt/compare/v1.2.0...v1.2.1)
2336

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mqtt2mqtt",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"bin": "bin/www",
55
"description": "Configurable Mqtt gateway",
66
"author": "Daniel Lando <[email protected]>",

0 commit comments

Comments
 (0)