Skip to content

Commit 4f84867

Browse files
chore(release): set version to 3.12.5 [skip ci]
### [3.12.5](v3.12.4...v3.12.5) (2021-02-03) #### Bug Fixes * **ci.yml:** check for null setup instance ([b7af1d8](b7af1d8)) > If `$setupInstance` is not found then we must force install the base version of Unity.
1 parent 7001dcc commit 4f84867

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.5](https://github.com/ExtendRealityLtd/DevOps/compare/v3.12.4...v3.12.5) (2021-02-03)
4+
5+
#### Bug Fixes
6+
7+
* **ci.yml:** check for null setup instance ([b7af1d8](https://github.com/ExtendRealityLtd/DevOps/commit/b7af1d87dabb73ec088549ac5f54434a8a1ae99c))
8+
> If `$setupInstance` is not found then we must force install the base version of Unity.
9+
310
### [3.12.4](https://github.com/ExtendRealityLtd/DevOps/compare/v3.12.3...v3.12.4) (2021-02-03)
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.4",
5+
"version": "3.12.5",
66
"homepage": "https://github.com/ExtendRealityLtd/DevOps/",
77
"bugs": {
88
"url": "https://github.com/ExtendRealityLtd/DevOps/issues"

0 commit comments

Comments
 (0)