Eric Amodio 7 роки тому
джерело
коміт
64b929fd5b
3 змінених файлів з 7 додано та 7 видалено
  1. +1
    -1
      CHANGELOG.md
  2. +4
    -4
      package-lock.json
  3. +2
    -2
      package.json

+ 1
- 1
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)

+ 4
- 4
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": {

+ 2
- 2
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",

Завантаження…
Відмінити
Зберегти