diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 04790bd..171dbd5 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x, 20.x, 22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4648dc4..29bf451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [5.0.0] - 2024-04-29 +### MAJOR CHANGES +- 🛑 5.0.0 drops support for Node 10 and Node 12 +- ℹī¸ 5.x will be quickly succeeded by 6.0 which will drop Node 14.x and 16.x support + +### Changed +- UUID version to 9.0.1 +- Dropped support for Node prior to 14.x +- Updated GitHub Actions to test Node 14.x-22.x + ## [4.2.2] - 2022-10-18 ### Changed - Updated README