Eric Amodio 7 лет назад
Родитель
Сommit
65892f9b53
3 измененных файлов: 6 добавлений и 2 удалений
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 4
- 0
CHANGELOG.md Просмотреть файл

@ -4,6 +4,10 @@ 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/).
## [7.0.1-beta] - 2017-12-18
### Changed
- Improves startup performance some by switching to a bundled build (I'm seeing a ~16% reduction)
## [7.0.0] - 2017-12-18
### Added
- Adds a new `Active Repository` node to the `Repository View` of the `GitLens` view -- closes [#224](https://github.com/eamodio/vscode-gitlens/issues/224)

+ 1
- 1
package-lock.json Просмотреть файл

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

+ 1
- 1
package.json Просмотреть файл

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

Загрузка…
Отмена
Сохранить