From b163e949aaf1a3e8c09a24603cd07e0a4ae9c996 Mon Sep 17 00:00:00 2001 From: Szymon Kozak Date: Thu, 13 Aug 2020 00:38:29 +0200 Subject: [PATCH] Update readme & bump version to 1.1.0 --- README.md | 3 ++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d11f9f..b469c04 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ OPTIONS -d, --description=description description for worklog once tracker is stopped -h, --help show CLI help --debug + --stop-previous stops and logs previous tracker with the same issue key if it exists ALIASES $ tempo start @@ -410,4 +411,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -``` +``` \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4df0abd..4c3ae19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tempomat", - "version": "1.1.0-beta.5", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1fed50f..924f4c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tempomat", - "version": "1.1.0-beta.5", + "version": "1.1.0", "description": "Tempo.io cloud CLI", "main": "./dist/index.js", "scripts": {