Skip to content

Commit

Permalink
chore(release): set version to 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.1...v2.0.0) (2018-12-16)

### Bug Fixes

* **templates:** allow using semantic-release template in other repos ([6937366](6937366))

### chore

* **templates:** don't log debug information from semantic-release ([1607967](1607967))

### BREAKING CHANGES

* **templates:** The CD template no longer includes debug
information of semantic-release.

This commit is a result of automation, thus CI shouldn't run (***NO_CI***).
  • Loading branch information
ExtendReality-Bot committed Dec 16, 2018
1 parent 1607967 commit 16d7012
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

# [2.0.0](https://github.com/ExtendRealityLtd/DevOps/compare/v1.0.1...v2.0.0) (2018-12-16)


### Bug Fixes

* **templates:** allow using semantic-release template in other repos ([6937366](https://github.com/ExtendRealityLtd/DevOps/commit/6937366))


### chore

* **templates:** don't log debug information from semantic-release ([1607967](https://github.com/ExtendRealityLtd/DevOps/commit/1607967))


### BREAKING CHANGES

* **templates:** The CD template no longer includes debug
information of semantic-release.

## [1.0.1](https://github.com/ExtendRealityLtd/DevOps/compare/v1.0.0...v1.0.1) (2018-12-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "io.extendreality.devops",
"displayName": "DevOps",
"description": "A collection of templates to simplify the continuous integration and deployment of projects by https://github.com/ExtendRealityLtd.",
"version": "1.0.1",
"version": "2.0.0",
"homepage": "https://github.com/ExtendRealityLtd/DevOps/",
"bugs": {
"url": "https://github.com/ExtendRealityLtd/DevOps/issues"
Expand Down

0 comments on commit 16d7012

Please sign in to comment.