Skip to content

Commit 29a18de

Browse files
chore(release): set version to 3.12.3 [skip ci]
### [3.12.3](v3.12.2...v3.12.3) (2021-02-03) #### Bug Fixes * **ci.yml:** force unity build version if no found ([246a3d7](246a3d7)) > If there is no Unity installer present and no Unity version is provided then the process just fails, and for some reason there seems to be no found Unity version so let's force it to be the min supported Unity version.
1 parent b56245c commit 29a18de

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+
### [3.12.3](https://github.com/ExtendRealityLtd/DevOps/compare/v3.12.2...v3.12.3) (2021-02-03)
4+
5+
#### Bug Fixes
6+
7+
* **ci.yml:** force unity build version if no found ([246a3d7](https://github.com/ExtendRealityLtd/DevOps/commit/246a3d7ad42090129dc30f7c9e404e4e51e49105))
8+
> If there is no Unity installer present and no Unity version is provided then the process just fails, and for some reason there seems to be no found Unity version so let's force it to be the min supported Unity version.
9+
310
### [3.12.2](https://github.com/ExtendRealityLtd/DevOps/compare/v3.12.1...v3.12.2) (2020-01-30)
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.devops",
33
"displayName": "DevOps",
44
"description": "A collection of templates to simplify the continuous integration and deployment of projects by https://github.com/ExtendRealityLtd.",
5-
"version": "3.12.2",
5+
"version": "3.12.3",
66
"homepage": "https://github.com/ExtendRealityLtd/DevOps/",
77
"bugs": {
88
"url": "https://github.com/ExtendRealityLtd/DevOps/issues"

0 commit comments

Comments
 (0)