Skip to content

Commit 3ac7f47

Browse files
chore(release): set version to 1.3.0 [skip ci]
## [1.3.0](v1.2.14...v1.3.0) (2020-07-03) #### Features * **API:** add auto-generated API documentation ([ba131d8](ba131d8)) > The API documentation is auto generated with docfx and converted to markdown via turndown in a custom nodejs script. #### Bug Fixes * **package.json:** add docfx.json file ([1b8ae27](1b8ae27)) > The docfx.json file was missing from the package.json causing the build process to fail. It has now been added.
1 parent 41672ac commit 3ac7f47

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.2.14...v1.3.0) (2020-07-03)
4+
5+
#### Features
6+
7+
* **API:** add auto-generated API documentation ([ba131d8](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/ba131d8b4c86a113478324f18a033ba61a4ee9b7))
8+
> The API documentation is auto generated with docfx and converted to markdown via turndown in a custom nodejs script.
9+
10+
#### Bug Fixes
11+
12+
* **package.json:** add docfx.json file ([1b8ae27](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/1b8ae2770d9e99ac309a890cd725088b7cbacf31))
13+
> The docfx.json file was missing from the package.json causing the build process to fail. It has now been added.
14+
315
### [1.2.14](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.2.13...v1.2.14) (2020-06-21)
416

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

0 commit comments

Comments
 (0)