Selaa lähdekoodia

Preps v7.0.1-beta

main
Eric Amodio 7 vuotta sitten
vanhempi
commit
65892f9b53
3 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 4
- 0
CHANGELOG.md Näytä tiedosto

@ -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/). 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 ## [7.0.0] - 2017-12-18
### Added ### 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) - 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 Näytä tiedosto

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

+ 1
- 1
package.json Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna