Skip to content

Commit abd9d30

Browse files
chore(release): set version to 1.2.1 [skip ci]
### [1.2.1](v1.2.0...v1.2.1) (2019-12-31) #### Bug Fixes * **FodyWeavers.xml:** move configuration to root directory ([cb1a731](cb1a731)) > If there is more than one source directory then the FodyWeavers.xml configuration file should be in the root of the directory so multiple configuration files aren't required for each sources directory.
1 parent 1123400 commit abd9d30

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.2.1](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.2.0...v1.2.1) (2019-12-31)
4+
5+
#### Bug Fixes
6+
7+
* **FodyWeavers.xml:** move configuration to root directory ([cb1a731](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/cb1a73130e213c5e3a6d0f2b8bf70b5acb730778))
8+
> If there is more than one source directory then the FodyWeavers.xml configuration file should be in the root of the directory so multiple configuration files aren't required for each sources directory.
9+
310
## [1.2.0](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.1.2...v1.2.0) (2019-12-04)
411

512
#### 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.2.0",
5+
"version": "1.2.1",
66
"unity": "2018.3",
77
"unityRelease": "10f1",
88
"keywords": [

0 commit comments

Comments
 (0)