Skip to content

Commit 9cb84f3

Browse files
committed
chore: release 1.16.0
1 parent 485784d commit 9cb84f3

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
# [1.16.0](https://github.com/alexbrazier/react-native-network-logger/compare/v1.15.0...v1.16.0) (2024-04-12)
4+
5+
6+
### Bug Fixes
7+
8+
* requests not being updated when maxRequests is reached ([#88](https://github.com/alexbrazier/react-native-network-logger/issues/88)) ([89e14ae](https://github.com/alexbrazier/react-native-network-logger/commit/89e14aeff895097c8445bbdfc51ffe354d141fa4))
9+
10+
11+
### Features
12+
13+
* Compact vs regular rows ([#92](https://github.com/alexbrazier/react-native-network-logger/issues/92)) ([3913d9d](https://github.com/alexbrazier/react-native-network-logger/commit/3913d9dc058147ed5532d72dbe468ce2e749561a))
14+
* Disable the singleton logger ([#93](https://github.com/alexbrazier/react-native-network-logger/issues/93)) ([1191b61](https://github.com/alexbrazier/react-native-network-logger/commit/1191b61e9f6bf40ade4bee09718c14334e47581c))
15+
316
# [1.15.0](https://github.com/alexbrazier/react-native-network-logger/compare/v1.14.1...v1.15.0) (2023-05-24)
417

518

@@ -215,4 +228,4 @@
215228

216229

217230

218-
## [1.0.1](https://github.com/alexbrazier/react-native-network-logger/compare/v1.0.3...v1.1.0) (2020-06-19)
231+
## [1.0.1](https://github.com/alexbrazier/react-native-network-logger/compare/v1.0.3...v1.1.0) (2020-06-19)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-network-logger",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "An HTTP traffic monitor for React Native with zero dependencies",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)