Browse Source

Preps v6.3.0-beta3

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

+ 5
- 2
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/).
## [6.3.0-beta2] - 2017-11-28
## [6.3.0-beta3] - 2017-11-28
### Added
- Adds support for files with staged changes
- Adds new entry in the `History View` of the `GitLens` view
@ -16,7 +16,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Adds Git code lens to Git file revisions (GitLens or vscode's)
### Fixed
- Fixes ?? [#202](https://github.com/eamodio/vscode-gitlens/issues/202) - Staged change's vscode diff side-by-side view shows the wrong history
- Fixes 🤞 [#202](https://github.com/eamodio/vscode-gitlens/issues/202) - Staged change's vscode diff side-by-side view shows the wrong history
- Fixes 🤞 [#216](https://github.com/eamodio/vscode-gitlens/issues/216) - PowerShell session not started if GitLen is enabled
- Fixes [#217](https://github.com/eamodio/vscode-gitlens/issues/217) - empty editor has git lens in status bar with old information
- Fixes [#218](https://github.com/eamodio/vscode-gitlens/issues/218) - Cannot read property 'replace' of undefined
## [6.2.0] - 2017-11-27
### Added

+ 1
- 1
package-lock.json View File

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "6.3.0-beta2",
"version": "6.3.0-beta3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save