Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Aug 27, 2020
1 parent ac21dbf commit cbeead6
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,34 @@
<!-- -->
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!

## 1.22.2
## 1.22.5

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

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

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

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

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

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

- Sorts files when running `yarn pack` to produce identical layout on Windows and Unix systems

[#8142](https://github.com/yarnpkg/yarn/pull/8142) - [**Merceyz**](https://github.com/merceyz)

## 1.22.4 / 1.22.3

Those versions didn't contain any changes and were just triggered by our infra while working on the tests.

## 1.22.2

- Ignores `.yarnrc.yml` by default when running `yarn pack`

[#8142](https://github.com/yarnpkg/yarn/pull/8142) - [**Merceyz**](https://github.com/merceyz)

## 1.22.1

- Prevents `yarn-path` from exiting before its child exited
Expand Down

0 comments on commit cbeead6

Please sign in to comment.