Browse Source

Preps v5.1.0

main
Eric Amodio 7 years ago
parent
commit
3a17605017
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 1
- 1
CHANGELOG.md View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [5.1.0-beta] - 2017-09-15
## [5.1.0] - 2017-09-15
### Added
- Adds full (multi-line) commit message to the `details` hover annotations -- closes [#116](https://github.com/eamodio/vscode-gitlens/issues/116)
- Adds an external link icon to the `details` hover annotations to run the `Open Commit in Remote` command (`gitlens.openCommitInRemote`)

+ 1
- 1
package-lock.json View File

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "5.1.0-beta",
"version": "5.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "5.1.0-beta",
"version": "5.1.0",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"

||||||
x
 
000:0
Loading…
Cancel
Save