Skip to content

Commit cd8d761

Browse files
committed
0.0.4
1 parent f0cc359 commit cd8d761

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# CHANGELOG
2+
3+
## 0.0.4
4+
Major improvements to memory usage.

diff3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2006, 2008 Tony Garnock-Jones <[email protected]>
22
// Copyright (c) 2006, 2008 LShift Ltd. <[email protected]>
3-
// Copyright (c) 2016 Axosoft, LLC (www.axosoft.com)
3+
// Copyright (c) 2016, 2022 Axosoft, LLC (www.gitkraken.com)
44
//
55
// Permission is hereby granted, free of charge, to any person
66
// obtaining a copy of this software and associated documentation files

onp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* URL: https://github.com/cubicdaiya/onp
33
*
44
* Copyright (c) 2013 Tatsuhiko Kubo <[email protected]>
5-
* Copyright (c) 2016 Axosoft, LLC (www.axosoft.com)
5+
* Copyright (c) 2016, 2022 Axosoft, LLC (www.gitkraken.com)
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal
@@ -134,7 +134,7 @@ module.exports = function (a_, b_) {
134134

135135
lastStartX = elem.startX;
136136
lastStartY = elem.startY;
137-
137+
138138
r = pathposi[r].r;
139139
}
140140

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff3",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "A diff3 engine for nodejs",
55
"main": "diff3.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"diff3",
1515
"diff"
1616
],
17-
"author": "Tyler Wanek",
17+
"author": "Tyler Wanek & Jacob Watson",
1818
"license": "MIT",
1919
"bugs": {
2020
"url": "https://github.com/axosoft/diff3/issues"

0 commit comments

Comments
 (0)