We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4f3c0 commit 3b04094Copy full SHA for 3b04094
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+# v2.0.0
2
+
3
+## Breaking changes
4
+- Fix line numbers (see #16)
package.json
@@ -1,6 +1,6 @@
{
"name": "parse-git-patch",
- "version": "1.3.0",
+ "version": "2.0.0",
"description": "Parse git patches with ease",
5
"main": "dist/src/index.js",
6
"types": "dist/src/index.d.js",
0 commit comments