diff --git a/CHANGELOG.md b/CHANGELOG.md index baa9e77..09b31d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +# [3.1.0](https://github.com/ExtendRealityLtd/DevOps/compare/v3.0.0...v3.1.0) (2018-12-17) + + +### Bug Fixes + +* **templates:** apply environment variables to semantic-release task ([f481237](https://github.com/ExtendRealityLtd/DevOps/commit/f481237)) +* **templates:** token variable name for GitHub ([72f4f7a](https://github.com/ExtendRealityLtd/DevOps/commit/72f4f7a)) + + +### Features + +* **templates:** publish to npmjs.org ([87fae9f](https://github.com/ExtendRealityLtd/DevOps/commit/87fae9f)) + # [3.0.0](https://github.com/ExtendRealityLtd/DevOps/compare/v2.0.1...v3.0.0) (2018-12-17) diff --git a/package.json b/package.json index 459bbcc..0dc4516 100644 --- a/package.json +++ b/package.json @@ -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": "3.0.0", + "version": "3.1.0", "homepage": "https://github.com/ExtendRealityLtd/DevOps/", "bugs": { "url": "https://github.com/ExtendRealityLtd/DevOps/issues"