diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a3cbcbff..af2c0afd17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.24.6](https://github.com/newrelic/opensource-website/compare/v1.24.5...v1.24.6) (2023-05-22) + + +### Bug Fixes + +* Search input no longer sets darkMode to undefined ([56a1a67](https://github.com/newrelic/opensource-website/commit/56a1a676b14b9c60aa75dbda5516392d029f3c04)) + ## [1.24.5](https://github.com/newrelic/opensource-website/compare/v1.24.4...v1.24.5) (2023-04-18) diff --git a/package.json b/package.json index d1e86df58a..d8e78e0d71 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.24.5", + "version": "1.24.6", "author": "Open Source Team at New Relic ", "dependencies": { "@emotion/react": "^11.1.5",