From 96ff07e4106bf70bdf2b2f2b2525c3f640b7fa34 Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Mon, 10 Jan 2022 20:58:50 +0000 Subject: [PATCH] chore(release): 2.1.1 [skip ci] ## [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)) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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": {