Skip to content

Commit 62aec83

Browse files
authored
Update CHANGELOG.md
1 parent 4bb38a1 commit 62aec83

File tree

1 file changed

+31
-15
lines changed

1 file changed

+31
-15
lines changed

CHANGELOG.md

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,38 @@
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-
## Master
5+
## 1.22.1
66

7-
- Passes arguments following `--` when running a workspace script (`yarn workspace pkg run command -- arg`)
7+
- Prevents `yarn-path` from exiting before its child exited
88

9-
[#7776](https://github.com/yarnpkg/yarn/pull/7776) - [**Jeff Valore**](https://twitter.com/rally25rs)
9+
[#7957](https://github.com/yarnpkg/yarn/pull/7957) - [**Maël Nison**](https://twitter.com/arcanis)
1010

11-
- Prints workspace names with `yarn workspaces` (silence with `-s`)
11+
- Generates relative paths when calling `yarn set version`
1212

13-
[#7722](https://github.com/yarnpkg/yarn/pull/7722) - [**Orta**](https://twitter.com/orta)
13+
[#7931](https://github.com/yarnpkg/yarn/pull/7931) - [**Maël Nison**](https://twitter.com/arcanis)
1414

15-
- Implements `yarn init --install <version>`
15+
- Throws an exception when the `.yarnrc.yml` file is invalid yaml
1616

17-
[#7723](https://github.com/yarnpkg/yarn/pull/7723) - [**Maël Nison**](https://twitter.com/arcanis)
17+
[#7931](https://github.com/yarnpkg/yarn/pull/7931) - [**Maël Nison**](https://twitter.com/arcanis)
18+
19+
## 1.22.0
20+
21+
- Allows some dots in binary names again
22+
23+
[#7811](https://github.com/yarnpkg/yarn/pull/7811) - [**Valery Bugakov**](https://github.com/valerybugakov)
24+
25+
- Better error handling on `yarn set version`
26+
27+
[#7848](https://github.com/yarnpkg/yarn/pull/7848) - [**Nick Olinger**](https://github.com/olingern)
28+
29+
- Passes arguments following `--` when running a workspace script (`yarn workspace pkg run command -- arg`)
30+
31+
[#7776](https://github.com/yarnpkg/yarn/pull/7776) - [**Jeff Valore**](https://twitter.com/rally25rs)
1832

33+
- Fixes an issue where the archive paths were incorrectly sanitized
34+
35+
[#7831](https://github.com/yarnpkg/yarn/pull/7831) - [**Maël Nison**](https://twitter.com/arcanis)
36+
1937
- Implements `yarn init -2`
2038

2139
[#7862](https://github.com/yarnpkg/yarn/pull/7862) - [**Maël Nison**](https://twitter.com/arcanis)
@@ -24,18 +42,16 @@ Please add one entry in this file for each change in Yarn's behavior. Use the sa
2442

2543
[#7862](https://github.com/yarnpkg/yarn/pull/7862) - [**Maël Nison**](https://twitter.com/arcanis)
2644

27-
- Fixes an issue where the archive paths were incorrectly sanitized
28-
29-
[#7831](https://github.com/yarnpkg/yarn/pull/7831) - [**Maël Nison**](https://twitter.com/arcanis)
45+
## 1.20 / 1.21
3046

31-
- Allows some dots in binary names again
47+
- Prints workspace names with `yarn workspaces` (silence with `-s`)
3248

33-
[#7811](https://github.com/yarnpkg/yarn/pull/7811) - [**Valery Bugakov**](https://github.com/valerybugakov)
34-
35-
- Better error handling on `yarn set version`
49+
[#7722](https://github.com/yarnpkg/yarn/pull/7722) - [**Orta**](https://twitter.com/orta)
3650

37-
[#7848](https://github.com/yarnpkg/yarn/pull/7848) - [**Nick Olinger**](https://github.com/olingern)
51+
- Implements `yarn init --install <version>`
3852

53+
[#7723](https://github.com/yarnpkg/yarn/pull/7723) - [**Maël Nison**](https://twitter.com/arcanis)
54+
3955
## 1.19.2
4056

4157
- Folders like `.cache` won't be pruned from the `node_modules` after each install.

0 commit comments

Comments
 (0)