Skip to content

Commit 7f6160d

Browse files
committed
Release 0.4.2
1 parent c1fa6de commit 7f6160d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.4.2
4+
5+
- Speculative parallel prefetch of transitive dependencies before solving — fetches the full dep tree breadth-first with 16 concurrent requests
6+
- Deduplicate `format_size`/`format_bytes` across 8 modules into `NPM.Format.bytes/1`
7+
38
## 0.4.1
49

510
- Fix mix tasks crashing with `unknown registry: Req.Finch` when host app hasn't started the HTTP stack

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NPM.MixProject do
22
use Mix.Project
33

4-
@version "0.4.1"
4+
@version "0.4.2"
55
@source_url "https://github.com/elixir-volt/npm_ex"
66

77
def project do

0 commit comments

Comments
 (0)