Skip to content

Commit 7fee30e

Browse files
chore(release): set version to 3.10.1 [skip ci]
### [3.10.1](v3.10.0...v3.10.1) (2019-10-14) #### Bug Fixes * **templates:** support spaces in file path in Unity .meta checks ([d96d688](d96d688))
1 parent 21d4af5 commit 7fee30e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
### [3.10.1](https://github.com/ExtendRealityLtd/DevOps/compare/v3.10.0...v3.10.1) (2019-10-14)
4+
5+
#### Bug Fixes
6+
7+
* **templates:** support spaces in file path in Unity .meta checks ([d96d688](https://github.com/ExtendRealityLtd/DevOps/commit/d96d688094536b3ec7f44f8c0f48ede2a9b8a6a7))
8+
39
## [3.10.0](https://github.com/ExtendRealityLtd/DevOps/compare/v3.9.0...v3.10.0) (2019-10-14)
410

511
#### Features

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.10.0",
5+
"version": "3.10.1",
66
"homepage": "https://github.com/ExtendRealityLtd/DevOps/",
77
"bugs": {
88
"url": "https://github.com/ExtendRealityLtd/DevOps/issues"

0 commit comments

Comments
 (0)