From 64b929fd5bdbfa30c469973926bd7572f451e9b0 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 13 Jun 2017 01:33:23 -0400 Subject: [PATCH] Preps v4.1.0 --- CHANGELOG.md | 2 +- package-lock.json | 8 ++++---- package.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 354f3d4..8e806e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 8714f49..93db767 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 99dda9f..87fd4e3 100644 --- a/package.json +++ b/package.json @@ -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",