Skip to content

Releases: dazl-dev/pleb

v2.5.10

19 May 11:51

Choose a tag to compare

  • Fix: pleb upgrade retains EOL style of package.json files.

v2.5.9

09 May 22:10

Choose a tag to compare

  • Fix: pleb snapshot ../another-project to correctly determine git commit hash.
  • Deps: upgrade to p-queue@6.4.0.

v2.5.8

29 Apr 01:05

Choose a tag to compare

  • perf: refactor cli to use dynamic import('./command'), for less evaluation during startup.
  • deps: upgrade all to latest stable.

v2.5.7

18 Apr 00:51

Choose a tag to compare

  • Package: add several "keywords", so that package can be found when searching npm.
  • Deps: upgrade to type-fest@0.13.1.

v2.5.6

07 Apr 10:27

Choose a tag to compare

  • Deps: upgrade to type-fest@0.13.0.

v2.5.5

04 Apr 17:31

Choose a tag to compare

  • Deps: upgrade to chalk@4.

v2.5.4

23 Mar 22:54

Choose a tag to compare

  • Fix: ensure cli specified registry is forced.

v2.5.3

18 Mar 15:08

Choose a tag to compare

  • Fix: avoid forcing official npm registry (if another is specified in .npmrc).

v2.5.2

18 Mar 11:59

Choose a tag to compare

  • Fix: proxy user/global env config paths to npm when publishing.

v2.5.1

17 Mar 16:51

Choose a tag to compare

  • Refactor: npm config lookup code.