From fc3ae760aa1302009c67a6358b5343bc74700aa5 Mon Sep 17 00:00:00 2001 From: Reno Seo Date: Thu, 17 Nov 2022 11:03:18 +0900 Subject: [PATCH] chore(release): 1.12.0 (#295) --- 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 b0e237a1..dadf2a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.12.0](https://github.com/aws-observability/aws-rum-web/compare/v1.11.0...v1.12.0) (2022-11-17) + + +### Features + +* Add recordEvent API and expose Plugin to enable recording of custom events ([#188](https://github.com/aws-observability/aws-rum-web/issues/188)) ([3e16093](https://github.com/aws-observability/aws-rum-web/commit/3e16093ec11db86eb404888b83e0e947606a0976)) + + +### Bug Fixes + +* Populate http method from RequestInfo ([#280](https://github.com/aws-observability/aws-rum-web/issues/280)) ([eb96760](https://github.com/aws-observability/aws-rum-web/commit/eb967602080144094f0b206a3afb48d889480504)) + ## [1.11.0](https://github.com/aws-observability/aws-rum-web/compare/v1.10.0...v1.11.0) (2022-10-28) diff --git a/package-lock.json b/package-lock.json index f5f4d519..51769358 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-rum-web", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-rum-web", - "version": "1.11.0", + "version": "1.12.0", "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-js": "^2.0.2", diff --git a/package.json b/package.json index c916081e..27a5adaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-rum-web", - "version": "1.11.0", + "version": "1.12.0", "sideEffects": false, "description": "The Amazon CloudWatch RUM web client.", "license": "Apache-2.0",