Skip to content

Commit 5dea8f9

Browse files
committed
Release 1.2.2
1 parent 507c951 commit 5dea8f9

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@ 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.2](https://github.com/robertsLando/Mqtt2Mqtt/compare/v1.2.1...v1.2.2)
8+
9+
> 8 August 2019
10+
11+
- [fix] Fixed app title on route switch and page refresh [`72ced49`](https://github.com/robertsLando/Mqtt2Mqtt/commit/72ced49d37d0c9d48fb24af4ed289ca283e7ec37)
12+
- [feat] Split single mqtt packet into multiple packets using map function that returns Array [`9162e91`](https://github.com/robertsLando/Mqtt2Mqtt/commit/9162e918d520dc82ba50db11f09bc8dfa895f17e)
13+
- [feat] Seured mqtt client connections [`6df80ed`](https://github.com/robertsLando/Mqtt2Mqtt/commit/6df80ed547a85cefc60e788d43a3e4d08fb04255)
14+
- [fix] Fixed Vue router on production environment [`2598067`](https://github.com/robertsLando/Mqtt2Mqtt/commit/259806757d32d55f32141ef2b549530779d6690d)
15+
- [docs] Updated readme with array map function [`507c951`](https://github.com/robertsLando/Mqtt2Mqtt/commit/507c9518dcb94adc3c75e852afe81600a94273bd)
16+
- [build] Fixed pkg script [`df3a6bc`](https://github.com/robertsLando/Mqtt2Mqtt/commit/df3a6bcb7bd6c8789f2e3cd95f57496733664e2f)
17+
- Create FUNDING.yml [`8d6a656`](https://github.com/robertsLando/Mqtt2Mqtt/commit/8d6a65647380de4db4ec44f1abc406b6fce2a30b)
18+
- [fix] Fixed app title [`4d37d6b`](https://github.com/robertsLando/Mqtt2Mqtt/commit/4d37d6b8972da5590d8f39e5c405976a683606d8)
19+
- Update FUNDING.yml [`75d135e`](https://github.com/robertsLando/Mqtt2Mqtt/commit/75d135e0abf068010e73b25287c3d9edad146bf1)
20+
- [fix] Back compatibility mqtt host url [`cc06c3b`](https://github.com/robertsLando/Mqtt2Mqtt/commit/cc06c3b239998002933839a74cc963dd18d923eb)
21+
722
#### [v1.2.1](https://github.com/robertsLando/Mqtt2Mqtt/compare/v1.2.0...v1.2.1)
823

924
> 19 June 2019
1025
1126
- [fix] Fix map set sending values to client instead of broker [`93bd7f8`](https://github.com/robertsLando/Mqtt2Mqtt/commit/93bd7f84d184dfbad60b6cf8a56de87ba3152629)
27+
- Release 1.2.1 [`54b73b8`](https://github.com/robertsLando/Mqtt2Mqtt/commit/54b73b830a6e8bf0670a44cbf5d18edc862b7d6f)
1228
- [fix] Typo broker instead aedes [`7c89876`](https://github.com/robertsLando/Mqtt2Mqtt/commit/7c89876cd7a41b814532727eb50e18767427eaf1)
1329

1430
#### [v1.2.0](https://github.com/robertsLando/Mqtt2Mqtt/compare/v1.1.0...v1.2.0)

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.1",
3+
"version": "1.2.2",
44
"bin": "bin/www",
55
"description": "Configurable Mqtt gateway",
66
"author": "Daniel Lando <[email protected]>",

0 commit comments

Comments
 (0)