Skip to content

Commit 3b04094

Browse files
committed
Add changelog
1 parent 8d4f3c0 commit 3b04094

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# v2.0.0
2+
3+
## Breaking changes
4+
- Fix line numbers (see #16)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-git-patch",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "Parse git patches with ease",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.js",

0 commit comments

Comments
 (0)