Skip to content

Commit 377799e

Browse files
chore(release): set version to 3.11.4 [skip ci]
### [3.11.4](v3.11.3...v3.11.4) (2019-10-14) #### Bug Fixes * **ci:** use package name that is usable by UPM ([c940803](c940803))
1 parent c940803 commit 377799e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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.11.4](https://github.com/ExtendRealityLtd/DevOps/compare/v3.11.3...v3.11.4) (2019-10-14)
4+
5+
#### Bug Fixes
6+
7+
* **ci:** use package name that is usable by UPM ([c940803](https://github.com/ExtendRealityLtd/DevOps/commit/c940803fb8f88e4b83a8470ce21b17fb1581f8b3))
8+
39
### [3.11.3](https://github.com/ExtendRealityLtd/DevOps/compare/v3.11.2...v3.11.3) (2019-10-14)
410

511
#### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
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.11.3",
5+
"version": "3.11.4",
66
"homepage": "https://github.com/ExtendRealityLtd/DevOps/",
77
"bugs": {
88
"url": "https://github.com/ExtendRealityLtd/DevOps/issues"
@@ -21,4 +21,4 @@
2121
"*.md",
2222
"templates"
2323
]
24-
}
24+
}

0 commit comments

Comments
 (0)