Bläddra i källkod

Preps v6.4.0

main
Eric Amodio 7 år sedan
förälder
incheckning
fba9643eb3
3 ändrade filer med 3 tillägg och 3 borttagningar
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 1
- 1
CHANGELOG.md Visa fil

@ -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.4.0-beta] - 2017-12-02
## [6.4.0] - 2017-12-12
### Added
- Adds `gitlens.keymap` setting to specify the keymap to use for GitLens shortcut keys -- closes [#104](https://github.com/eamodio/vscode-gitlens/issues/104)
- `standard` - adds a standard set of shortcut keys

+ 1
- 1
package-lock.json Visa fil

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

+ 1
- 1
package.json Visa fil

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

Laddar…
Avbryt
Spara