From e54ef1676129fe6469016cfc5bc5d724bd9e762a Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Tue, 15 Dec 2020 21:45:37 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/newrelic/nr1-ospo/compare/v1.0.0...v1.0.1) (2020-12-15) ### Bug Fixes * expand repository table width to accomidate long repository names ([ad9eada](https://github.com/newrelic/nr1-ospo/commit/ad9eadab7cb99e3a4e650ab1ac2544c0e0d1b291)) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c50f4e3..acbdf93 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/newrelic/nr1-ospo/compare/v1.0.0...v1.0.1) (2020-12-15) + + +### Bug Fixes + +* expand repository table width to accomidate long repository names ([ad9eada](https://github.com/newrelic/nr1-ospo/commit/ad9eadab7cb99e3a4e650ab1ac2544c0e0d1b291)) + # 1.0.0 (2020-12-15) diff --git a/package-lock.json b/package-lock.json index 835b06f..f1df879 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nr1-ospo", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6345942..9c6f913 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "nr1-ospo", "description": "OSPO dashboard built on New Relic One", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0",