Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit d9db286

Browse files
committed
chore(release): v1.1.0
1 parent c153f65 commit d9db286

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.1.0](https://github.com/wuespace/telestion-project-rocketsound/compare/v1.0.0...v1.1.0) (2022-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **application:** Fix invalid/outdated usage of `DBResponse` in packages sending messages on the event bus ([7865e2a](https://github.com/wuespace/telestion-project-rocketsound/commit/7865e2ab8a6507d756c4662ad376715963a63499))
7+
* **client:** Fix application not sending data type in data message ([4887dc3](https://github.com/wuespace/telestion-project-rocketsound/commit/4887dc3bd612b2fe0a4faf1755f42433c2d6eac7))
8+
* **widget:** Test catch argument against an Error in `graph-widget` ([7f2f821](https://github.com/wuespace/telestion-project-rocketsound/commit/7f2f82189565cf589dc77285b69815183a456f05))
9+
10+
11+
### Features
12+
13+
* **application:** Migrate verticles and messages to Telestion Core v0.6.2 ([6d322c0](https://github.com/wuespace/telestion-project-rocketsound/commit/6d322c0dbbc6bc399b67d94ff7e58fa06d9269a4))
14+
15+
16+
117
# [1.0.0](https://github.com/wuespace/telestion-project-rocketsound/compare/v0.1.3...v1.0.0) (2021-07-28)
218

319

project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.0.0"
2+
"version": "1.1.0"
33
}

0 commit comments

Comments
 (0)