Skip to content

Commit 6b2ec57

Browse files
committed
update README
1 parent 86ed9f6 commit 6b2ec57

File tree

1 file changed

+40
-11
lines changed

1 file changed

+40
-11
lines changed

CHANGELOG.md

+40-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 6.5.0
4+
5+
Special thanks to @orta for stepping in to get this release out.
6+
7+
- Don't show issue creation tips for DefinitelyTyped (contribution from @orta in
8+
#331)
9+
- Add --error-on-warn flag (contribution from @mvargeson in #345)
10+
- Add excplit git diff path prefixes (contribution from @tye-singwa in #395)
11+
- Add yarn 2 compatibility (contribution from @maman in #363)
12+
- Update license (contribution from @Serjobas in #422)
13+
- Fix patch file parse but (contribution from @bill2004158 in #301)
14+
- Add unit tests for getPackageVersion (contribution from @MHekert in #359)
15+
- Deref symlink on copying .npmrc and .yarnrc in makePatch (contribution from
16+
@jimmyltsinn in 402)
17+
- Fix package.json exclusion (contribution from @milahu in #390)
18+
- Upgrade minimist (contribution from @tapanprakasht in #412)
19+
- Upgrade chalk (contribution from @stianjensen in #389)
20+
- Support .yarnrc (contribution from @NMinhNguyen in #222)
21+
322
## 6.4.7
423

524
- Use npm i --force when creating patches
@@ -11,15 +30,17 @@
1130

1231
## 6.4.5
1332

14-
- Increase max pipe buffer size when creating patch. (contribution from @nomi9995 in #287)
33+
- Increase max pipe buffer size when creating patch. (contribution from
34+
@nomi9995 in #287)
1535

1636
## 6.4.4
1737

1838
- Refine --create-issue template
1939

2040
## 6.4.3
2141

22-
- Ensure real path is used when copying package contents. Potentially adds pnpm support (contribution from @milahu in #252)
42+
- Ensure real path is used when copying package contents. Potentially adds pnpm
43+
support (contribution from @milahu in #252)
2344

2445
## 6.4.2
2546

@@ -35,30 +56,38 @@
3556

3657
## 6.3.1
3758

38-
- Fix another createPatch bug involving .git folder hygiene (contribution from @gomain in #258)
59+
- Fix another createPatch bug involving .git folder hygiene (contribution from
60+
@gomain in #258)
3961

4062
## 6.3.0
4163

42-
- Add --error-on-fail cli option
43-
- Collate errors and warnings to avoid exiting early (with help from @akwodkiewicz in #217)
64+
- Add --error-on-fail cli option
65+
- Collate errors and warnings to avoid exiting early (with help from
66+
@akwodkiewicz in #217)
4467
- Fix .dev.patch suffix bug (with help from @pdcastro in #224)
45-
- Support build metadata in package.json version strings (with help from @snowystinger in #213)
46-
- Change 'no patch files found' message from red to blue (contribution from @dmhalejr in #211)
47-
- Fix environment variable propogation for spawned tasks (contribution from @chpio in #223)
68+
- Support build metadata in package.json version strings (with help from
69+
@snowystinger in #213)
70+
- Change 'no patch files found' message from red to blue (contribution from
71+
@dmhalejr in #211)
72+
- Fix environment variable propogation for spawned tasks (contribution from
73+
@chpio in #223)
4874
- Add --patch-dir option to readme (contribution from @mikehardy in #225)
49-
- Fix createPatch bug involving .git folder hygiene (contribution from @haroenv in #231)
75+
- Fix createPatch bug involving .git folder hygiene (contribution from @haroenv
76+
in #231)
5077

5178
## 6.2.2
5279

53-
- Take config from .yarnrc when making patches (contribution from @NMinhNguyen in #222)
80+
- Take config from .yarnrc when making patches (contribution from @NMinhNguyen
81+
in #222)
5482

5583
## 6.2.1
5684

5785
- Avoid infinite loop when invoked without package.json
5886
- Fall back to version in package-lock (contribution from @bschlenk in #206)
5987
- Add tips about Docker and CI to README (contribution from @harriha in #208)
6088
- Remove update notifier (contribution from @christianbundy in #196)
61-
- Add github actions checks (contribution from @asadm in #186 and @DanielRuf in #188, #187)
89+
- Add github actions checks (contribution from @asadm in #186 and @DanielRuf in
90+
#188, #187)
6291
- Fix url in README (contribution from @DanielRuf in #184)
6392
- Upgrade node in CI to 12 (contribution from @DanielRuf in #183)
6493

0 commit comments

Comments
 (0)