Skip to content

Commit df7debb

Browse files
chore(release): set version to 3.1.0
# [3.1.0](v3.0.0...v3.1.0) (2018-12-17) ### Bug Fixes * **templates:** apply environment variables to semantic-release task ([f481237](f481237)) * **templates:** token variable name for GitHub ([72f4f7a](72f4f7a)) ### Features * **templates:** publish to npmjs.org ([87fae9f](87fae9f)) This commit is a result of automation, thus CI shouldn't run (***NO_CI***).
1 parent f481237 commit df7debb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
# [3.1.0](https://github.com/ExtendRealityLtd/DevOps/compare/v3.0.0...v3.1.0) (2018-12-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **templates:** apply environment variables to semantic-release task ([f481237](https://github.com/ExtendRealityLtd/DevOps/commit/f481237))
9+
* **templates:** token variable name for GitHub ([72f4f7a](https://github.com/ExtendRealityLtd/DevOps/commit/72f4f7a))
10+
11+
12+
### Features
13+
14+
* **templates:** publish to npmjs.org ([87fae9f](https://github.com/ExtendRealityLtd/DevOps/commit/87fae9f))
15+
316
# [3.0.0](https://github.com/ExtendRealityLtd/DevOps/compare/v2.0.1...v3.0.0) (2018-12-17)
417

518

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

0 commit comments

Comments
 (0)