Skip to content

Commit 94b4c7a

Browse files
committed
5.0.6
1 parent 2348fd1 commit 94b4c7a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [5.0.6](https://github.com/nolanlawson/fuite/compare/v5.0.5...v5.0.6) (2025-04-13)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies ([#126](https://github.com/nolanlawson/fuite/issues/126)) ([2d856ef](https://github.com/nolanlawson/fuite/commit/2d856efec5aa7c301363ced4ff005e1331374376))
7+
* update devtools-frontend ([#125](https://github.com/nolanlawson/fuite/issues/125)) ([2348fd1](https://github.com/nolanlawson/fuite/commit/2348fd13fe1265a36a68cbb22477732a7ec333b8))
8+
* update devtools-frontend to 20250317 code ([#127](https://github.com/nolanlawson/fuite/issues/127)) ([6e25c72](https://github.com/nolanlawson/fuite/commit/6e25c72ae17d0676a83329df54f8b629b9210881))
9+
10+
11+
112
## [5.0.5](https://github.com/nolanlawson/fuite/compare/v5.0.4...v5.0.5) (2025-01-19)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fuite",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "A tool for finding memory leaks in web apps",
55
"type": "module",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)