diff --git a/CHANGELOG.md b/CHANGELOG.md index 34bc515..d8a2474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.5.0](https://github.com/keevan/git-link/compare/v0.4.0...v0.5.0) (2022-02-18) + + +### Features + +* support opening files/folders in browser via the context menu ([f31be1b](https://github.com/keevan/git-link/commit/f31be1bf021f3b2d705f9970f18fec333ea2afaf)) + # [0.4.0](https://github.com/keevan/git-link/compare/v0.3.0...v0.4.0) (2022-02-14) diff --git a/package-lock.json b/package-lock.json index 4edd484..bbd5955 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "git-link", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b45444b..1d2159b 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,22 @@ { "name": "git-link", "main": "./lib/git-link", - "version": "0.4.0", + "version": "0.5.0", "description": "Easily get the repository link to the current file, line or a selection", "keywords": [ - "azure-devops", - "bitbucket", - "github", - "gitlab", - "git", - "link", - "permalink", - "url", - "copy", - "review", - "commits", - "share", - "atom" + "azure-devops", + "bitbucket", + "github", + "gitlab", + "git", + "link", + "permalink", + "url", + "copy", + "review", + "commits", + "share", + "atom" ], "repository": "https://github.com/keevan/git-link", "license": "MIT",