Skip to content

Commit cb99b79

Browse files
chore(release): set version to 1.0.1 [skip ci]
### [1.0.1](v1.0.0...v1.0.1) (2019-11-06) #### Bug Fixes * **structure:** add missing .meta file ([a4ab10d](a4ab10d)) > The CHANGELOG.md file is automatically created by the CI+CD system and therefore does not exist for Unity to create the .meta file for it until the release has occurred. > > This fix manually adds in the missing .meta file. #### Miscellaneous Chores * **deps:** bump io.extendreality.zinnia.unity from 1.6.0 to 1.7.0 ([352f79c](352f79c)) > Bumps [io.extendreality.zinnia.unity](https://github.com/ExtendRealityLtd/Zinnia.Unity) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/ExtendRealityLtd/Zinnia.Unity/releases) - [Changelog](https://github.com/ExtendRealityLtd/Zinnia.Unity/blob/master/CHANGELOG.md) - [Commits](ExtendRealityLtd/Zinnia.Unity@v1.6.0...v1.7.0) > > Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent c932a50 commit cb99b79

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### [1.0.1](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.0.0...v1.0.1) (2019-11-06)
4+
5+
#### Bug Fixes
6+
7+
* **structure:** add missing .meta file ([a4ab10d](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/a4ab10d20cd6f0d0e417ddd8dcb5486a473dc1fd))
8+
> The CHANGELOG.md file is automatically created by the CI+CD system and therefore does not exist for Unity to create the .meta file for it until the release has occurred.
9+
>
10+
> This fix manually adds in the missing .meta file.
11+
12+
#### Miscellaneous Chores
13+
14+
* **deps:** bump io.extendreality.zinnia.unity from 1.6.0 to 1.7.0 ([352f79c](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/352f79ce90fcbf7068547d7a0b873092d8670fbe))
15+
> Bumps [io.extendreality.zinnia.unity](https://github.com/ExtendRealityLtd/Zinnia.Unity) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/ExtendRealityLtd/Zinnia.Unity/releases) - [Changelog](https://github.com/ExtendRealityLtd/Zinnia.Unity/blob/master/CHANGELOG.md) - [Commits](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.6.0...v1.7.0)
16+
>
17+
> Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
18+
319
## 1.0.0 (2019-11-05)
420

521
#### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "io.extendreality.tilia.input.unityinputmanager",
33
"displayName": "Tilia Input UnityInputManager",
44
"description": "Input wrappers for the Unity Input Manager and a collection of common input prefabs.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"unity": "2018.3",
77
"unityRelease": "10f1",
88
"keywords": [

0 commit comments

Comments
 (0)