Skip to content

Commit

Permalink
Release v6.0.0
Browse files Browse the repository at this point in the history
Breaking changes:
 - Raise Node requirement from 16+ to 18+
  • Loading branch information
jdforrester committed Nov 1, 2024
1 parent b673334 commit 3d5f1ca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v6.0.0 / 2024-11-01
===================

* Require node 18 or higher, update to 6.0.0 (Marielle Volz)
* Upgrade prom-client from ^11.5.3 to ^12.0.0 (James D. Forrester)
* Change from localhost to 127.0.0.1 in simple_server.js (Marielle Volz)
* base_service: Suppress yargs's warning about using 'version' flags (James D. Forrester)
* build: Update nodejs.yml to update set-up version (Marielle Volz)
* build: Upgrade eslint-config-wikimedia to 0.28.2 and make pass (James D. Forrester)
* build: Adjust micromatch version per npm audit (James D. Forrester)
* CI: Add testing for Node 18 and Node 20 (James D. Forrester)

v5.0.0 / 2024-02-27
===================

Expand Down

0 comments on commit 3d5f1ca

Please sign in to comment.