Skip to content

Releases: keithamus/sort-package-json

v4.0.0

03 Jun 20:49
d51292c

Choose a tag to compare

4.0.0 (2026-06-03)

  • refactor!: drop support for Nodejs 20 (#412) (d51292c)

BREAKING CHANGES

  • This drops support for Nodejs 20, and drops the polyfill for
    Object.groupBy - instead calling it directly. This means this version
    will fail to run in Nodejs 20 contexts without an Object.groupBy polyfill.

Going forward and issues relating to support for Nodejs 20 will be
closed, our minimum supported Nodejs version is 22 - which we will aim
to support until April 2027, when it becomes EOL.

v3.7.1

03 Jun 20:47
c22cfe8

Choose a tag to compare

3.7.1 (2026-06-03)

Bug Fixes

  • revert "chore: drop support for Nodejs 20 (#412)" (c22cfe8)

v3.7.0

02 Jun 16:04
0f2dc7a

Choose a tag to compare

3.7.0 (2026-06-02)

Features

v3.6.1

25 Jan 17:32
15e1140

Choose a tag to compare

3.6.1 (2026-01-25)

Bug Fixes

  • stop forcing exports "types" to be first (#398) (15e1140)

v3.6.0

14 Dec 09:38
e3f2370

Choose a tag to compare

3.6.0 (2025-12-14)

Features

  • sort dependencies according to detected package manager, support devEngines field (#382) (e3f2370)

v3.5.2

14 Dec 08:54
0b528c2

Choose a tag to compare

3.5.2 (2025-12-14)

Bug Fixes

  • handle colon-prefixed script names in sorter (#389) (0b528c2)

v3.5.1

08 Dec 11:40
e6052c4

Choose a tag to compare

3.5.1 (2025-12-08)

Bug Fixes

v3.5.0

26 Nov 20:27
7f22864

Choose a tag to compare

3.5.0 (2025-11-26)

Features

  • sort types and default in exports field (#349) (7f22864)

v3.4.0

02 Jul 11:55
a038956

Choose a tag to compare

3.4.0 (2025-07-02)

Features

v3.3.1

25 Jun 09:05
7dc1dfd

Choose a tag to compare

3.3.1 (2025-06-25)

Bug Fixes