Skip to content

Commit 03f9960

Browse files
chore(main): release 1.0.0 (#108)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e716434 commit 03f9960

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
arena-unity notable changes. Started 2021-11-30 (version 0.0.1).
44

5+
## [1.0.0](https://github.com/arenaxr/arena-unity/compare/v0.14.0...v1.0.0) (2024-11-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Refactored topic structure for more granular flow and access ([#107](https://github.com/arenaxr/arena-unity/issues/107))
11+
12+
### Features
13+
14+
* Refactored topic structure for more granular flow and access ([#107](https://github.com/arenaxr/arena-unity/issues/107)) ([16ff39f](https://github.com/arenaxr/arena-unity/commit/16ff39ffbec73979de762fa51c6e097c0cbf4ea0))
15+
16+
17+
### Bug Fixes
18+
19+
* **json:** prevent user editing of deprecated fields ([022b3cb](https://github.com/arenaxr/arena-unity/commit/022b3cbf05d7dc6a06a9a0cd70c22868ccbbd647))
20+
* **mqtt:** require userClient in topic for all scene messages ([#109](https://github.com/arenaxr/arena-unity/issues/109)) ([e716434](https://github.com/arenaxr/arena-unity/commit/e7164343788d471a6ff0c2f0f82ac39f85617ea0))
21+
522
## [0.14.0](https://github.com/arenaxr/arena-unity/compare/v0.13.0...v0.14.0) (2024-08-09)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.conix.arena.unity",
3-
"version": "0.14.0",
3+
"version": "1.0.0",
44
"displayName": "ARENA Library for Unity",
55
"description": "Enables control of ARENA assets through Unity.",
66
"unity": "2020.3",

0 commit comments

Comments
 (0)