Skip to content

Commit 98993a1

Browse files
committed
misc: 5.19.2 changelog
1 parent 144413f commit 98993a1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 5.19.2
8+
9+
- [gatsby] fix: Include correct gatsby files in npm tarball (#2731)
10+
- [browser] fix: Correctly detach event listeners (#2737)
11+
- [browser] fix: Drop initial frame for production react errors (#2728)
12+
- [node] chore: Upgrade https-proxy-agent to v5 (#2702)
13+
- [types] ref: Define type for Extra(s) (#2727)
14+
715
## 5.19.1
816

917
- [tracing] fix: APM CDN bundle expose startTransaction (#2726)

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5872,6 +5872,14 @@ https-proxy-agent@^4.0.0:
58725872
agent-base "5"
58735873
debug "4"
58745874

5875+
https-proxy-agent@^5.0.0:
5876+
version "5.0.0"
5877+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2"
5878+
integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
5879+
dependencies:
5880+
agent-base "6"
5881+
debug "4"
5882+
58755883
humanize-ms@^1.2.1:
58765884
version "1.2.1"
58775885
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"

0 commit comments

Comments
 (0)