Skip to content

Commit cbeead6

Browse files
authored
Update CHANGELOG.md
1 parent ac21dbf commit cbeead6

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,34 @@
22
<!-- -->
33
Please add one entry in this file for each change in Yarn's behavior. Use the same format for all entries, including the third-person verb. Make sure you don't add more than one line of text to keep it clean. Thanks!
44

5-
## 1.22.2
5+
## 1.22.5
66

7-
- Sorts files when running `yarn pack` to produce identical layout on Windows and Unix systems
7+
- Headers won't be printed when calling `yarn init` with the `-2` flag
88

9-
[#8142](https://github.com/yarnpkg/yarn/pull/8142) - [**Merceyz**](https://github.com/merceyz)
9+
[**Maël Nison**](https://twitter.com/arcanis)
1010

11-
- Ignores `.yarnrc.yml` by default when running `yarn pack`
11+
- Files with the `.cjs` extension will be spawned by `yarnPath` using `execPath
1212

13-
[#8142](https://github.com/yarnpkg/yarn/pull/8142) - [**Merceyz**](https://github.com/merceyz)
13+
[#8144](https://github.com/yarnpkg/yarn/pull/8144) - [**bgotink**](https://github.com/bgotink)
1414

1515
- Generates local yarn verions as `.cjs` files when calling `yarn set version`
1616

1717
[#8145](https://github.com/yarnpkg/yarn/pull/8145) - [**bgotink**](https://github.com/bgotink)
1818

19+
- Sorts files when running `yarn pack` to produce identical layout on Windows and Unix systems
20+
21+
[#8142](https://github.com/yarnpkg/yarn/pull/8142) - [**Merceyz**](https://github.com/merceyz)
22+
23+
## 1.22.4 / 1.22.3
24+
25+
Those versions didn't contain any changes and were just triggered by our infra while working on the tests.
26+
27+
## 1.22.2
28+
29+
- Ignores `.yarnrc.yml` by default when running `yarn pack`
30+
31+
[#8142](https://github.com/yarnpkg/yarn/pull/8142) - [**Merceyz**](https://github.com/merceyz)
32+
1933
## 1.22.1
2034

2135
- Prevents `yarn-path` from exiting before its child exited

0 commit comments

Comments
 (0)