Eric Amodio 7 anni fa
parent
commit
4360c86197
3 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. +2
    -0
      CHANGELOG.md
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 2
- 0
CHANGELOG.md Vedi File

@ -5,6 +5,8 @@ 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/).
## [Unreleased]
## [5.6.3] - 2017-10-12
### Changed
- Swaps out Moment.js for date-fns to improve blame annotation performance and to reduce the GitLen bundle size (saves ~400kb)

+ 1
- 1
package-lock.json Vedi File

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

+ 1
- 1
package.json Vedi File

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

Caricamento…
Annulla
Salva