From 3f94e5b68d2c935ae7ec36af62ba33c3a8aa38d0 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:10:46 +0100 Subject: [PATCH] chore(main): release 10.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ metadata.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fbc62fd..dd7d01c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.2.2" + ".": "10.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b4722b5..fb58132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Standardise files with files in sous-chefs/repo-management Standardise files with files in sous-chefs/repo-management Standardise files with files in sous-chefs/repo-management +## [10.2.3](https://github.com/sous-chefs/nodejs/compare/10.2.2...v10.2.3) (2025-10-15) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#300](https://github.com/sous-chefs/nodejs/issues/300)) ([ef16e2c](https://github.com/sous-chefs/nodejs/commit/ef16e2ce7d32be9d50822926a8d09e30d4a54bad)) + ## 10.2.1 - *2025-06-08* Standardise files with files in sous-chefs/repo-management diff --git a/metadata.rb b/metadata.rb index 9709cd4..871b8c1 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Installs/Configures node.js' -version '10.2.2' +version '10.2.3' source_url 'https://github.com/sous-chefs/nodejs' issues_url 'https://github.com/sous-chefs/nodejs/issues' chef_version '>= 15.3'