diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c34c068..6a9730d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.1](https://github.com/newrelic/gatsby-plugin-newrelic/compare/v2.1.0...v2.1.1) (2022-01-10) + + +### Bug Fixes + +* updated contributing guide ([af6aa1c](https://github.com/newrelic/gatsby-plugin-newrelic/commit/af6aa1c48603a36641099b7ab6c2612e31fa11bc)) + # [2.1.0](https://github.com/newrelic/gatsby-plugin-newrelic/compare/v2.0.2...v2.1.0) (2022-01-06) diff --git a/package-lock.json b/package-lock.json index 2a84e22..484e0fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gatsby-plugin-newrelic", - "version": "2.2.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gatsby-plugin-newrelic", - "version": "2.2.0", + "version": "2.1.1", "license": "Apache-2", "dependencies": { "@babel/runtime": "^7.12.5" diff --git a/package.json b/package.json index a9f6ef0..ab8fe6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-newrelic", - "version": "2.2.0", + "version": "2.1.1", "description": "Gatsby plugin for implementing the New Relic Browser agent", "main": "index.js", "scripts": {