You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags.
23
+
-`npm init` now has a `type` prompt, and sorts the entries the created packages differently
24
+
-`bun.lockb` files are now included in the strict ignore list during packing
25
+
26
+
### Features
27
+
28
+
-[`f3ac7b7`](https://github.com/npm/cli/commit/f3ac7b7460e1d9e1f9d3d8056317e36bb9813d5d)[#7939](https://github.com/npm/cli/pull/7939) no implicit latest tag on publish when latest > version (#7939) (@reggi, @ljharb)
29
+
30
+
### Bug Fixes
31
+
32
+
-[`e362c6d`](https://github.com/npm/cli/commit/e362c6d3a6c8bc0221b8c8a6c3dd623da9e6ae04)[#7944](https://github.com/npm/cli/pull/7944) prefix: remove duplicate -g from usage output (#7944) (@wraithgar)
33
+
34
+
### Documentation
35
+
36
+
-[`2af31dd`](https://github.com/npm/cli/commit/2af31dd30f4c226f43ce7295cd0b5fbb3f3cb2a6)[#7947](https://github.com/npm/cli/pull/7947) change certfile to cafile (#7947) (@wraithgar)
0 commit comments