From d7e810bf29bdb9ac334c662e6a5e0a63330c026c Mon Sep 17 00:00:00 2001 From: Release Automation Date: Sun, 22 Feb 2026 11:48:55 +0000 Subject: [PATCH] Release 12.1.0 --- CHANGELOG.md | 10 ++++++++++ metadata.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61a5e60..54c99951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v12.1.0](https://github.com/voxpupuli/puppet-nodejs/tree/v12.1.0) (2026-02-22) + +[Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/v12.0.0...v12.1.0) + +**Implemented enhancements:** + +- Update debian source from list to deb822 [\#526](https://github.com/voxpupuli/puppet-nodejs/pull/526) ([alaunay](https://github.com/alaunay)) +- Add ubuntu 24.04 support [\#525](https://github.com/voxpupuli/puppet-nodejs/pull/525) ([bastelfreak](https://github.com/bastelfreak)) +- Add NodeJS 24 to test matrix [\#522](https://github.com/voxpupuli/puppet-nodejs/pull/522) ([evgeni](https://github.com/evgeni)) + ## [v12.0.0](https://github.com/voxpupuli/puppet-nodejs/tree/v12.0.0) (2026-01-15) [Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/v11.0.0...v12.0.0) diff --git a/metadata.json b/metadata.json index b1966780..b59b24b1 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-nodejs", - "version": "12.0.1-rc0", + "version": "12.1.0", "author": "Vox Pupuli", "summary": "Install Node.js package and npm package provider.", "license": "Apache-2.0",