diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f350918..312cb7535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.4.3](https://github.com/newrelic/gatsby-theme-newrelic/compare/v9.4.2...v9.4.3) (2024-03-25) + +**Note:** Version bump only for package gatsby-theme-newrelic + ## [9.4.2](https://github.com/newrelic/gatsby-theme-newrelic/compare/v9.4.1...v9.4.2) (2024-03-20) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 0f5bc42a9..9a9392b5e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "9.4.2", + "version": "9.4.3", "npmClient": "yarn", "useWorkspaces": true, "ignoreChanges": ["README.md"], diff --git a/packages/gatsby-theme-newrelic/CHANGELOG.md b/packages/gatsby-theme-newrelic/CHANGELOG.md index a33b1bb7c..c24eac5e6 100644 --- a/packages/gatsby-theme-newrelic/CHANGELOG.md +++ b/packages/gatsby-theme-newrelic/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.4.3](https://github.com/newrelic/gatsby-theme-newrelic/compare/v9.4.2...v9.4.3) (2024-03-25) + +**Note:** Version bump only for package @newrelic/gatsby-theme-newrelic + ## [9.4.2](https://github.com/newrelic/gatsby-theme-newrelic/compare/v9.4.1...v9.4.2) (2024-03-20) ### Bug Fixes diff --git a/packages/gatsby-theme-newrelic/package.json b/packages/gatsby-theme-newrelic/package.json index ca72e7acc..b523c12a4 100644 --- a/packages/gatsby-theme-newrelic/package.json +++ b/packages/gatsby-theme-newrelic/package.json @@ -1,6 +1,6 @@ { "name": "@newrelic/gatsby-theme-newrelic", - "version": "9.4.2", + "version": "9.4.3", "main": "index.js", "license": "Apache-2.0", "publishConfig": {