Skip to content

Commit 395c2a9

Browse files
chore(release): set version to 1.4.0 [skip ci]
## [1.4.0](v1.3.20...v1.4.0) (2021-04-07) #### Features * **Utility:** add prefab creator ([9442303](9442303)) > The latest version of Zinnia has the basis of a prefab creator that can be used to enable easy adding of prefabs to a scene without needing to drag and drop from directories. Instead a new menu item is added for quickly adding prefabs. The guide has been updated to accommodate this and the FodyWeavers.xml is now located in the root to serve both the Runtime and Editor scripts.
1 parent a8476f9 commit 395c2a9

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.3.20...v1.4.0) (2021-04-07)
4+
5+
#### Features
6+
7+
* **Utility:** add prefab creator ([9442303](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/9442303c9a3ea1aa38b1571670ac92a45fb1a029))
8+
> The latest version of Zinnia has the basis of a prefab creator that can be used to enable easy adding of prefabs to a scene without needing to drag and drop from directories. Instead a new menu item is added for quickly adding prefabs. The guide has been updated to accommodate this and the FodyWeavers.xml is now located in the root to serve both the Runtime and Editor scripts.
9+
310
### [1.3.20](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.3.19...v1.3.20) (2021-03-31)
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.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.3.20",
5+
"version": "1.4.0",
66
"unity": "2018.3",
77
"unityRelease": "10f1",
88
"keywords": [

0 commit comments

Comments
 (0)