Preps v4.1.0

This commit is contained in:
Eric Amodio
2017-06-13 01:33:23 -04:00
parent a618b7efe6
commit 64b929fd5b
3 changed files with 7 additions and 7 deletions

View File

@@ -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/).
## [4.1.0-beta.2] - 2017-06-12
## [4.1.0] - 2017-06-13
### Added
- Adds all-new recent changes annotations of the whole-file - annotates and highlights all of lines changed in the most recent commit
- Can customize the [layout](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#file-recent-changes-annotation-settings), as well as the [theme](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#theme-settings)

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "4.0.0",
"version": "4.1.0",
"lockfileVersion": 1,
"dependencies": {
"@types/copy-paste": {
@@ -22,9 +22,9 @@
"dev": true
},
"@types/node": {
"version": "7.0.29",
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.29.tgz",
"integrity": "sha512-+8JrLZny/uR+d/jLK9eaV63buRM7X/gNzQk57q76NS4KNKLSKOmxJYFIlwuP2zDvA7wqZj05POPhSd9Z1hYQpQ==",
"version": "7.0.31",
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.31.tgz",
"integrity": "sha512-+KrE1LDddn97ip+gXZAnzNQ0pupKH/6tcKwTpo96BDVNpzmhIKGHug0Wd3H0dN4WEqYB1tXYI5m2mZuIZNI8tg==",
"dev": true
},
"@types/tmp": {

View File

@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "4.1.0-beta.2",
"version": "4.1.0",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
@@ -1331,7 +1331,7 @@
"@types/copy-paste": "1.1.30",
"@types/iconv-lite": "0.0.1",
"@types/mocha": "2.2.41",
"@types/node": "7.0.29",
"@types/node": "7.0.31",
"@types/tmp": "0.0.33",
"mocha": "3.4.2",
"tslint": "5.4.3",