diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c8380a05..815b792e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.1](https://github.com/newrelic/opensource-website/compare/v1.15.0...v1.15.1) (2021-05-14) + + +### Bug Fixes + +* Swap componentPath for component in allSitePage queries ([87a7d30](https://github.com/newrelic/opensource-website/commit/87a7d30f37792426cff30a1a7f7f08e7d36ba881)) + # [1.15.0](https://github.com/newrelic/opensource-website/compare/v1.14.1...v1.15.0) (2021-05-13) diff --git a/package.json b/package.json index d8eb4d1660..558dfbff45 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.15.0", + "version": "1.15.1", "author": "Open Source Team at New Relic ", "dependencies": { "@emotion/react": "^11.1.5",