diff --git a/CHANGELOG.md b/CHANGELOG.md index 750422e6b4..a3f2decd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.26.2](https://github.com/newrelic/opensource-website/compare/v1.26.1...v1.26.2) (2024-01-30) + + +### Bug Fixes + +* update action yaml formatting ([4dadfa7](https://github.com/newrelic/opensource-website/commit/4dadfa781c132f4be57b43f2d5ca37cb670c9e5c)) +* update yaml formatting again ([4f58389](https://github.com/newrelic/opensource-website/commit/4f58389f412cd8228f4b367126ca966c6e6534e8)) + ## [1.26.1](https://github.com/newrelic/opensource-website/compare/v1.26.0...v1.26.1) (2024-01-30) diff --git a/package.json b/package.json index 2c58c6b20f..92bc7021a4 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.1", + "version": "1.26.2", "author": "Open Source Team at New Relic ", "dependencies": { "@emotion/react": "^11.1.5",