diff --git a/CHANGELOG.md b/CHANGELOG.md index ba048dc..c495a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.7.1](https://github.com/keevan/git-link/compare/v0.7.0...v0.7.1) (2022-03-05) + + +### Bug Fixes + +* align 'Open repository in browser' command with other commands ([3f1b638](https://github.com/keevan/git-link/commit/3f1b638dc988c7c5ed0fb010af18bd16ff16a32a)) + # [0.7.0](https://github.com/keevan/git-link/compare/v0.6.0...v0.7.0) (2022-03-05) diff --git a/package-lock.json b/package-lock.json index 69fdb53..02cea6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "git-link", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index f17eb9c..65097d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "git-link", "main": "./lib/git-link", - "version": "0.7.0", + "version": "0.7.1", "description": "Easily get the repository link to the current file, line or a selection", "keywords": [ "azure-devops",