Skip to content

Commit f880be9

Browse files
chore(release): set version to 1.0.1 [skip ci]
### [1.0.1](v1.0.0...v1.0.1) (2023-06-29) #### Bug Fixes * **Prefabs:** update origin position of prefab ([bd28a4d](bd28a4d)) > The origin position of the prefab has been reduced to 0.2f along the z axis so it is closer to the camera view and reduces the likelihood of showing the external world around the edge of the vignette object.
1 parent 376462e commit f880be9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.0.1](https://github.com/ExtendRealityLtd/Tilia.Visuals.Vignette.Unity/compare/v1.0.0...v1.0.1) (2023-06-29)
4+
5+
#### Bug Fixes
6+
7+
* **Prefabs:** update origin position of prefab ([bd28a4d](https://github.com/ExtendRealityLtd/Tilia.Visuals.Vignette.Unity/commit/bd28a4d7d1106822328f40cfa76f76aa489f5ce9))
8+
> The origin position of the prefab has been reduced to 0.2f along the z axis so it is closer to the camera view and reduces the likelihood of showing the external world around the edge of the vignette object.
9+
310
## 1.0.0 (2023-06-14)
411

512
#### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Visuals.Vignette.Unity/blob/master/CHANGELOG.md",
66
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Visuals.Vignette.Unity/tree/master/Documentation",
77
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.CameraRigs.Visuals.Vignette.Unity/blob/master/LICENSE.md",
8-
"version": "1.0.0",
8+
"version": "1.0.1",
99
"unity": "2018.3",
1010
"unityRelease": "10f1",
1111
"keywords": [

0 commit comments

Comments
 (0)