This website works better with JavaScript.
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Preps v5.6.3
main
Eric Amodio
7 年之前
父節點
8552c1ff75
當前提交
4360c86197
共有
3 個文件被更改
,包括
4 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
CHANGELOG.md
+1
-1
package-lock.json
+1
-1
package.json
+ 2
- 0
CHANGELOG.md
查看文件
@ -5,6 +5,8 @@ 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/
).
## [Unreleased]
## [5.6.3] - 2017-10-12
### Changed
- Swaps out Moment.js for date-fns to improve blame annotation performance and to reduce the GitLen bundle size (saves ~400kb)
+ 1
- 1
package-lock.json
查看文件
@ -1,6 +1,6 @@
{
"name"
:
"gitlens"
,
"version"
:
"5.6.
2
"
,
"version"
:
"5.6.
3
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
+ 1
- 1
package.json
查看文件
@ -1,6 +1,6 @@
{
"name"
:
"gitlens"
,
"version"
:
"5.6.
2
"
,
"version"
:
"5.6.
3
"
,
"author"
:
{
"name"
:
"Eric Amodio"
,
"email"
:
"eamodio@gmail.com"
Write
Preview
Loading…
取消
儲存