mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-17 02:51:47 -05:00
Preps v3.6.1
This commit is contained in:
@@ -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/).
|
||||
|
||||
## [3.6.1] - 2017-06-07
|
||||
### Fixed
|
||||
- Fixes issues with the zone.js monkey patching done by application insights (telemetry) - disables all the monkey patching
|
||||
|
||||
## [3.6.0] - 2017-06-02
|
||||
### Added
|
||||
- Adds diff information (the line's previous version) into the active line hover
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gitlens",
|
||||
"version": "3.6.0",
|
||||
"version": "3.6.1",
|
||||
"author": {
|
||||
"name": "Eric Amodio",
|
||||
"email": "eamodio@gmail.com"
|
||||
@@ -900,7 +900,7 @@
|
||||
"postinstall": "node ./node_modules/vscode/bin/install",
|
||||
"pub": "git clean -xdf && vsce publish",
|
||||
"reset": "git clean -xdf && npm install",
|
||||
"vscode:prepublish": "npm install && npm run compile"
|
||||
"vscode:prepublish": "npm install --no-save && npm run compile"
|
||||
},
|
||||
"dependencies": {
|
||||
"applicationinsights": "0.20.1",
|
||||
|
||||
Reference in New Issue
Block a user