Skip to content

Commit cfa22a2

Browse files
chore(release): set version to 1.0.0 [skip ci]
## 1.0.0 (2019-10-29) #### Features * **structure:** create initial prefab and user guides ([7bd8819](7bd8819)) > The structure of the repository has been created with all the required files for the package, the prefab and the documentation. #### Bug Fixes * **package.json:** include Documentation directory with package ([6ed9224](6ed9224)) > The Documentation directory should be included with the package so the built package has the required documentation for users to refer to when the package is installed.
1 parent 8c8f4ec commit cfa22a2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 1.0.0 (2019-10-29)
4+
5+
#### Features
6+
7+
* **structure:** create initial prefab and user guides ([7bd8819](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/commit/7bd881914b5ecb3b0309707b84ccee415e9b80ed))
8+
> The structure of the repository has been created with all the required files for the package, the prefab and the documentation.
9+
10+
#### Bug Fixes
11+
12+
* **package.json:** include Documentation directory with package ([6ed9224](https://github.com/ExtendRealityLtd/Tilia.CameraRigs.UnityXR/commit/6ed9224309579abb22bc5292cfb563fa154c1c0a))
13+
> The Documentation directory should be included with the package so the built package has the required documentation for users to refer to when the package is installed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
"Documentation",
3939
"Runtime"
4040
]
41-
}
41+
}

0 commit comments

Comments
 (0)