From 4afba07772d0439f85b3485ce588912bf315b4a1 Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Wed, 31 Jan 2024 22:37:18 +0000 Subject: [PATCH] chore(release): 1.26.6 ## [1.26.6](https://github.com/newrelic/opensource-website/compare/v1.26.5...v1.26.6) (2024-01-31) ### Bug Fixes * actually it should be node 20 ([6569623](https://github.com/newrelic/opensource-website/commit/65696238a1c7f46e864894403395342419cec3bb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 857044ea1e..cd687452a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.26.6](https://github.com/newrelic/opensource-website/compare/v1.26.5...v1.26.6) (2024-01-31) + + +### Bug Fixes + +* actually it should be node 20 ([6569623](https://github.com/newrelic/opensource-website/commit/65696238a1c7f46e864894403395342419cec3bb)) + ## [1.26.5](https://github.com/newrelic/opensource-website/compare/v1.26.4...v1.26.5) (2024-01-31) diff --git a/package.json b/package.json index 89b8047bf2..6878a300bb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "opensource-website", "private": true, "description": "Data, code, and automation for opensource.newrelic.com", - "version": "1.26.5", + "version": "1.26.6", "author": "Open Source Team at New Relic ", "dependencies": { "@emotion/react": "^11.1.5",