Preps v5.2.0

This commit is contained in:
Eric Amodio
2017-09-23 23:29:49 -04:00
parent 393ec351f0
commit dd0a636e24
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
## [5.2.0-beta] - 2017-09-20
## [5.2.0] - 2017-09-23
### Added
- Adds new `Changed Files` node to the `Repository Status` node of the `GitLens` custom view's `Repository View` -- closes [#139](https://github.com/eamodio/vscode-gitlens/issues/139)
- Provides a at-a-glance view of all "working" changes

2
package-lock.json generated
View File

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

View File

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