Skip to content

Releases: keithamus/sort-package-json

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 20:49
d51292c

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

Choose a tag to compare

@github-actions github-actions released this 03 Jun 20:47
c22cfe8

3.7.1 (2026-06-03)

Bug Fixes

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

v3.7.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 16:04
0f2dc7a

3.7.0 (2026-06-02)

Features

v3.6.1

Choose a tag to compare

@github-actions github-actions released this 25 Jan 17:32
15e1140

3.6.1 (2026-01-25)

Bug Fixes

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

v3.6.0

Choose a tag to compare

@github-actions github-actions released this 14 Dec 09:38
e3f2370

3.6.0 (2025-12-14)

Features

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

v3.5.2

Choose a tag to compare

@github-actions github-actions released this 14 Dec 08:54
0b528c2

3.5.2 (2025-12-14)

Bug Fixes

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

v3.5.1

Choose a tag to compare

@github-actions github-actions released this 08 Dec 11:40
e6052c4

3.5.1 (2025-12-08)

Bug Fixes

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 20:27
7f22864

3.5.0 (2025-11-26)

Features

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

v3.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:55
a038956

3.4.0 (2025-07-02)

Features

v3.3.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:05
7dc1dfd

3.3.1 (2025-06-25)

Bug Fixes