Skip to content

Releases: uuidjs/uuid

v14.0.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 18:19
fd59f02

14.0.2 (2026-08-18)

Bug Fixes

  • v1: carry nsecs overflow into the timestamp's high bits (#972) (6adcc1d)
  • v1: set the multicast bit on v1Bytes's own randomly-generated node (#973) (b1da338)
  • v7: align default seq formula in v7Bytes with updateV7State (#965) (a67db57)

v14.0.1

Choose a tag to compare

@github-actions github-actions released this 20 Jun 11:55
7017780

14.0.1 (2026-06-20)

Bug Fixes

  • add types condition to node export for moduleResolution bundler (#961) (27ffae5)

v13.0.2

Choose a tag to compare

@github-actions github-actions released this 04 May 13:36
bd34976

13.0.2 (2026-05-04)

Bug Fixes

  • rerelease to fix provenance. (49ccb35)

v12.0.1

Choose a tag to compare

@github-actions github-actions released this 29 Apr 12:54
f276031

12.0.1 (2026-04-29)

Bug Fixes

v11.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Apr 15:16
7269a96

11.1.1 (2026-04-29)

Bug Fixes

v13.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Apr 13:23
e5424b6

13.0.1 (2026-04-27)

Bug Fixes

v14.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Apr 15:15
7c1ea08

14.0.0 (2026-04-19)

⚠ BREAKING CHANGES

  • expect crypto to be global everywhere (requires node@20+) (#935)
  • drop node@18 support (#934)

Features

Bug Fixes

  • expect crypto to be global everywhere (requires node@20+) (#935) (f2c235f)
  • Use GITHUB_TOKEN for release-please and enable npm provenance (#925) (ffa3138)

v13.0.0

Choose a tag to compare

@broofa broofa released this 08 Sep 18:43
24c1238

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

v12.0.0

Choose a tag to compare

@broofa broofa released this 05 Sep 17:25
7844bc2

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

Bug Fixes

v11.1.0

Choose a tag to compare

@broofa broofa released this 19 Feb 18:15
3d1eba0

11.1.0 (2025-02-19)

Features

  • update TS types to allowUint8Array subtypes for buffer option (#865) (a5231e7)