From dacad7ec1668ad77fcd83ed5fb6e9f8dac34bda3 Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Fri, 1 Nov 2024 22:02:48 +0000 Subject: [PATCH] chore(release): 2.1.11 [skip ci] ## [2.1.11](https://github.com/newrelic/nr-labs-pathpoint/compare/v2.1.10...v2.1.11) (2024-11-01) ### Bug Fixes * signal included type string -> bool ([b102444](https://github.com/newrelic/nr-labs-pathpoint/commit/b1024448352f3ca52aea505165e7327035e36877)) --- 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 df16cd2..b2a08b7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.11](https://github.com/newrelic/nr-labs-pathpoint/compare/v2.1.10...v2.1.11) (2024-11-01) + + +### Bug Fixes + +* signal included type string -> bool ([b102444](https://github.com/newrelic/nr-labs-pathpoint/commit/b1024448352f3ca52aea505165e7327035e36877)) + ## [2.1.10](https://github.com/newrelic/nr-labs-pathpoint/compare/v2.1.9...v2.1.10) (2024-11-01) diff --git a/package-lock.json b/package-lock.json index ca3fe67..dd4826f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nr-labs-pathpoint", - "version": "2.1.10", + "version": "2.1.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nr-labs-pathpoint", - "version": "2.1.10", + "version": "2.1.11", "dependencies": { "@newrelic/nr-labs-components": "^1.23.4", "dayjs": "^1.11.10", diff --git a/package.json b/package.json index 177e8ec..d763c0a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "nr-labs-pathpoint", - "version": "2.1.10", + "version": "2.1.11", "scripts": { "start": "nr1 nerdpack:serve", "eslint-check": "eslint nerdlets/ src/",