diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a149bd6fa..8dd2c2beb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.24.9](https://github.com/newrelic/opensource-website/compare/v1.24.8...v1.24.9) (2023-06-13) + + +### Bug Fixes + +* Revert back to using dist ([2ae024c](https://github.com/newrelic/opensource-website/commit/2ae024cb88fce924667867f3a67f614aca2ba5d1)) +* Revert github query syntax ([e760e0d](https://github.com/newrelic/opensource-website/commit/e760e0dd25495cea58e25bc29464e0780e632614)) + ## [1.24.8](https://github.com/newrelic/opensource-website/compare/v1.24.7...v1.24.8) (2023-06-12) diff --git a/package.json b/package.json index 2a886ffffb..f3b60536ef 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.8", + "version": "1.24.9", "author": "Open Source Team at New Relic ", "dependencies": { "@emotion/react": "^11.1.5",