Skip to content

Commit baaed24

Browse files
chore(release): set version to 3.12.4 [skip ci]
### [3.12.4](v3.12.3...v3.12.4) (2021-02-03) #### Bug Fixes * **ci.yml:** wrap version in quotation marks ([1022b9a](1022b9a)) > The version setter should be wrapped in quotation marks `"` and not apostrophies `'`.
1 parent 5b6a2b1 commit baaed24

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.4](https://github.com/ExtendRealityLtd/DevOps/compare/v3.12.3...v3.12.4) (2021-02-03)
4+
5+
#### Bug Fixes
6+
7+
* **ci.yml:** wrap version in quotation marks ([1022b9a](https://github.com/ExtendRealityLtd/DevOps/commit/1022b9a667df6e15e31d95d701f8b47e1b85a7a2))
8+
> The version setter should be wrapped in quotation marks `"` and not apostrophies `'`.
9+
310
### [3.12.3](https://github.com/ExtendRealityLtd/DevOps/compare/v3.12.2...v3.12.3) (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.3",
5+
"version": "3.12.4",
66
"homepage": "https://github.com/ExtendRealityLtd/DevOps/",
77
"bugs": {
88
"url": "https://github.com/ExtendRealityLtd/DevOps/issues"

0 commit comments

Comments
 (0)