From 2d15707cf8abfc50abc5c13edc841fd995685f1c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Sep 2023 11:56:09 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/kilohealth/web-app-monitoring/compare/v2.0.2...v2.1.0) (2023-09-04) ### Bug Fixes * infer tslib as a dependency when using importHelpers ([185a9ab](https://github.com/kilohealth/web-app-monitoring/commit/185a9ab55929af3e03b5321814063cd09c03ffa8)) ### Features * update dependencies ([2aa1ad8](https://github.com/kilohealth/web-app-monitoring/commit/2aa1ad803635e50f8a7499aefb495e2f7cccff3d)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 758b353..40e3f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.1.0](https://github.com/kilohealth/web-app-monitoring/compare/v2.0.2...v2.1.0) (2023-09-04) + + +### Bug Fixes + +* infer tslib as a dependency when using importHelpers ([185a9ab](https://github.com/kilohealth/web-app-monitoring/commit/185a9ab55929af3e03b5321814063cd09c03ffa8)) + + +### Features + +* update dependencies ([2aa1ad8](https://github.com/kilohealth/web-app-monitoring/commit/2aa1ad803635e50f8a7499aefb495e2f7cccff3d)) + # [2.1.0-alpha.2](https://github.com/kilohealth/web-app-monitoring/compare/v2.1.0-alpha.1...v2.1.0-alpha.2) (2023-09-04) diff --git a/package-lock.json b/package-lock.json index 7215a93..813ae63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kilohealth/web-app-monitoring", - "version": "2.1.0-alpha.2", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kilohealth/web-app-monitoring", - "version": "2.1.0-alpha.2", + "version": "2.1.0", "license": "MIT", "dependencies": { "@datadog/browser-logs": "^4.48.1", diff --git a/package.json b/package.json index 367c349..4018f4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kilohealth/web-app-monitoring", - "version": "2.1.0-alpha.2", + "version": "2.1.0", "license": "MIT", "author": "Kilo Health", "sideEffects": false,