Skip to content

Commit 94581f6

Browse files
committed
Preps v7.5.0
1 parent 536cae0 commit 94581f6

File tree

3 files changed

+36
-22
lines changed

3 files changed

+36
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [7.3.0-beta4] - 2018-01-11
7+
## [7.5.0] - 2018-01-15
88
### Added
99
- Adds [Gravatar](https://en.gravatar.com/) support to gutter and hover blame annotations
1010
- Adds `gitlens.annotations.file.gutter.gravatars` setting to specify whether or not to show gravatar images in the gutter blame annotations

package-lock.json

Lines changed: 31 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlens",
3-
"version": "7.3.0-beta4",
3+
"version": "7.5.0",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"
@@ -3319,13 +3319,13 @@
33193319
"@types/node": "9.3.0",
33203320
"@types/tmp": "0.0.33",
33213321
"husky": "0.14.3",
3322-
"rollup": "0.53.4",
3323-
"rollup-plugin-typescript2": "0.9.0",
3322+
"rollup": "0.54.0",
3323+
"rollup-plugin-typescript2": "0.10.0",
33243324
"rollup-plugin-uglify": "2.0.1",
33253325
"ts-loader": "3.2.0",
33263326
"tslint": "5.9.1",
33273327
"typescript": "2.6.2",
3328-
"uglify-es": "3.3.5",
3328+
"uglify-es": "3.3.7",
33293329
"uglifyjs-webpack-plugin": "1.1.6",
33303330
"vscode": "1.1.10",
33313331
"webpack": "3.10.0",

0 commit comments

Comments
 (0)