From b360676b1f16133e587045060115161ce9878b5c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 5 Mar 2022 06:12:22 +0000 Subject: [PATCH] chore(release): 0.7.0 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93bc9fb..ba048dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [0.7.0](https://github.com/keevan/git-link/compare/v0.6.0...v0.7.0) (2022-03-05) + + +### Bug Fixes + +* handle invalid state link grabs more gracefully ([1e6d840](https://github.com/keevan/git-link/commit/1e6d8404bcd9a1f1c55f7d69acb64961519f930e)), closes [#17](https://github.com/keevan/git-link/issues/17) + + +### Features + +* add basic support for command-palette-plus ([f7c97ae](https://github.com/keevan/git-link/commit/f7c97aebe12b10edc695c6929d4c1a53198555c1)) +* add support to copy or open the current repository ([0c25a9b](https://github.com/keevan/git-link/commit/0c25a9b2a3110b0d7173680e8cdc95583277c798)) + # [0.6.0](https://github.com/keevan/git-link/compare/v0.5.0...v0.6.0) (2022-02-21) diff --git a/package-lock.json b/package-lock.json index e4b51de..69fdb53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "git-link", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 91a655e..f17eb9c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "git-link", "main": "./lib/git-link", - "version": "0.6.0", + "version": "0.7.0", "description": "Easily get the repository link to the current file, line or a selection", "keywords": [ "azure-devops",