Bläddra i källkod

Preps v4.4.2

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

+ 4
- 0
CHANGELOG.md Visa fil

@ -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/).
## [4.4.2] - 2017-08-29
## Fixed
- Fixes [#135](https://github.com/eamodio/vscode-gitlens/issues/135) - Full-width characters break gutter annotations
## [4.4.1] - 2017-08-23
## Fixed
- Fixes [#114](https://github.com/eamodio/vscode-gitlens/issues/114) - Stylus files makes code lens freak out

+ 1
- 1
package-lock.json Visa fil

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

+ 1
- 1
package.json Visa fil

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

Laddar…
Avbryt
Spara