Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-05-11 00:13:41 +0300
committerGar <gar+gh@danger.computer>2021-05-11 00:13:41 +0300
commit72b1db5bc4f4ae4231f9621e4e39ec7710769d4f (patch)
tree5ec99f8ca64e5c21f6ec581fae6d274882b4b673 /CHANGELOG.md
parent551483713c69048d2e3a51946573923cd8cd87a1 (diff)
docs: changelog for v7.12.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02d66dfc3..bed0f87c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,53 @@
+## v7.12.1 (2021-05-10)
+
+### BUG FIXES
+
+* [`de49f58f5`](https://github.com/npm/cli/commit/de49f58f55dc2ac3a5057cd492a43c32ae41381e)
+ [#3216](https://github.com/npm/cli/issues/3216)
+ fix(contributing): link to proper cli repo
+ ([@mrmlnc](https://github.com/mrmlnc))
+* [`1d092144e`](https://github.com/npm/cli/commit/1d092144eaaabff63ac8424b40b2286822be7677)
+ [#3203](https://github.com/npm/cli/issues/3203)
+ fix(packages): locale-agnostic string sorting
+ ([@isaacs](https://github.com/isaacs))
+* [`0696fca13`](https://github.com/npm/cli/commit/0696fca13d10726e04ca97ff50eef7bd7455a3ab)
+ [#3209](https://github.com/npm/cli/issues/3209)
+ fix(view): fix non-registry specs
+ ([@wraithgar](https://github.com/wraithgar))
+* [`71ac93597`](https://github.com/npm/cli/commit/71ac935976390e4fd05987ff510049f82bc6e2a9)
+ [#3206](https://github.com/npm/cli/issues/3206)
+ chore(github): Convert md issue template to yaml
+ ([@lukehefson](https://github.com/lukehefson))
+* [`6fb386d3b`](https://github.com/npm/cli/commit/6fb386d3bfbaa8e4771ff87a08de1f3aa6f9b34d)
+ [#3201](https://github.com/npm/cli/issues/3201)
+ fix(tests): increase test fuzziness
+ ([@wraithgar](https://github.com/wraithgar))
+* [`f3a662fcd`](https://github.com/npm/cli/commit/f3a662fcd869653f9753aef3d40cc96ed28ed509)
+ [#3211](https://github.com/npm/cli/issues/3211)
+ fix(tests): use config defaults
+ ([@wraithgar](https://github.com/wraithgar))
+
+### DEPENDENCIES
+
+* [`285976fd1`](https://github.com/npm/cli/commit/285976fd12f037f59da47307d98df7ebda5278d9)
+ `@npmcli/arborist@2.4.4`
+ * fix(reify): properly save spec if prerelease
+* [`f9f24d17c`](https://github.com/npm/cli/commit/f9f24d17c29c421de3c9b82c6b98a40268aeb920)
+ `libnpmexec@1.1.1`
+ * fix(add): Specify 'en' locale to String.localeCompare
+* [`cb9f17499`](https://github.com/npm/cli/commit/cb9f174996dbb4779a1be82890564f9abffb11f4)
+ `glob@7.1.7`
+ * force 'en' locale in string sorting
+* [`24b4e4a41`](https://github.com/npm/cli/commit/24b4e4a41b451db3de381fac6b719149db14c288)
+ `ignore-walk@3.0.4`
+ * Avoid locale-specific sorting issues
+* [`1eb7e5c7d`](https://github.com/npm/cli/commit/1eb7e5c7d466293b472c2506c64e5a89ec84ac2f)
+ `@npmcli/arborist@2.4.3`
+ * guard against locale-specific sorting
+* [`a6a826067`](https://github.com/npm/cli/commit/a6a826067cb46c711521772c2d0158257d54400a)
+ `npm-packlist@2.2.2`:
+ * fix(sort): avoid locale-dependent sorting issues
+
## v7.12.0 (2021-05-06)
### FEATURES