diff --git a/CHANGELOG.md b/CHANGELOG.md index 16389fa..cde7dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 2.3.0 (2021-02-07) + +## New Features + +- ⭐ Go to the file that a URL points to using the _Go To File_ command. + +## Maintenance + +- 🔨 Dependency updates. + # 2.2.0 (2021-01-28) ## New Features diff --git a/package-lock.json b/package-lock.json index d4f4cb1..1b47ade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-gitweblinks", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cafb8f9..4887027 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-gitweblinks", "displayName": "Git Web Links for VS Code", "description": "Copy links to files in their online Git repositories", - "version": "2.2.0", + "version": "2.3.0", "publisher": "reduckted", "homepage": "https://github.com/reduckted/vscode-gitweblinks", "repository": {