From 6d407e84f32c33e7f6d95cfa9534e02ccb08c38c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Jul 2019 20:30:02 +0000 Subject: [PATCH] chore(release): 1.5.5 [skip ci] ## [1.5.5](https://github.com/telus/telus-colophon-app/compare/v1.5.4...v1.5.5) (2019-07-16) ### Bug Fixes * **repository.pug:** environments are optional ([#7](https://github.com/telus/telus-colophon-app/issues/7)) ([a4a50d9](https://github.com/telus/telus-colophon-app/commit/a4a50d9)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index abd29b5..bb47186 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@telus/colophon-app", - "version": "1.5.4", + "version": "1.5.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 81e3326..c16552a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.5.4", + "version": "1.5.5", "name": "@telus/colophon-app", "description": "Telus' Fork standarized project metadata to specify the components, constructs and authorship of software", "author": "Ahmad Nassri (https://www.ahmadnassri.com)",