Skip to content

Commit 0056f44

Browse files
chore(release): set version to 9.5.2 [skip ci]
### [9.5.2](v9.5.1...v9.5.2) (2019-10-15) #### Bug Fixes * **Runner:** duplicated configuration files result in warnings ([727c8ad](727c8ad)) > The fix is to just make sure the found configuration files are distinct.
1 parent 727c8ad commit 0056f44

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [9.5.2](https://github.com/ExtendRealityLtd/Malimbe/compare/v9.5.1...v9.5.2) (2019-10-15)
4+
5+
#### Bug Fixes
6+
7+
* **Runner:** duplicated configuration files result in warnings ([727c8ad](https://github.com/ExtendRealityLtd/Malimbe/commit/727c8ad9d124de94f8afa2cbbe8bb3da1a4c60b9))
8+
> The fix is to just make sure the found configuration files are distinct.
9+
310
### [9.5.1](https://github.com/ExtendRealityLtd/Malimbe/compare/v9.5.0...v9.5.1) (2019-10-14)
411

512
#### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "io.extendreality.malimbe",
33
"displayName": "Malimbe",
44
"description": "A collection of tools to simplify writing public API components in Unity.",
5-
"version": "9.5.1",
5+
"version": "9.5.2",
66
"unity": "2018.1",
77
"keywords": [
88
"editor",

0 commit comments

Comments
 (0)