Skip to content

Commit cb7de5f

Browse files
authored
chore(release): 1.2.1 (#103)
1 parent cea2c0b commit cb7de5f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### 1.2.1 (2022-02-25)
6+
7+
8+
### Bug Fixes
9+
10+
* Use PerformanceObserver to act as a second check to prevent returning 0 for duration and loadEventEnd ([#101](https://github.com/aws-observability/aws-rum-web/issues/101)) ([cea2c0b](https://github.com/aws-observability/aws-rum-web/commit/cea2c0bdcccdf765c26419c129a858955bde68ee))
11+
512
## 1.2.0 (2022-02-23)
613

714

@@ -62,4 +69,4 @@ All notable changes to this project will be documented in this file. See [standa
6269

6370
## 1.0.0
6471

65-
- Initial release
72+
- Initial release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-rum-web",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "The Amazon CloudWatch RUM web client.",
55
"license": "Apache-2.0",
66
"author": "Amazon CloudWatch RUM Staff <[email protected]>",

0 commit comments

Comments
 (0)