Skip to content

Commit b6def94

Browse files
committed
chore: release 1.17.0
1 parent 3639ef3 commit b6def94

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
# [1.17.0](https://github.com/alexbrazier/react-native-network-logger/compare/v1.16.1...v1.17.0) (2024-09-24)
4+
5+
6+
### Bug Fixes
7+
8+
* Limit request length before scrolling for long requests ([#108](https://github.com/alexbrazier/react-native-network-logger/issues/108)) ([e423079](https://github.com/alexbrazier/react-native-network-logger/commit/e423079fc36c4aac32c5673ccde2a74d39f63525))
9+
10+
11+
### Features
12+
13+
* 'Resume' needs to apply missed logs ([#89](https://github.com/alexbrazier/react-native-network-logger/issues/89)) ([0ecd3e8](https://github.com/alexbrazier/react-native-network-logger/commit/0ecd3e82a5191965076ebd7be138fc51cbeac5d5))
14+
* Add Search filters for method and status code ([#83](https://github.com/alexbrazier/react-native-network-logger/issues/83)) ([3639ef3](https://github.com/alexbrazier/react-native-network-logger/commit/3639ef3422ee1586c031fa09318ee4e19724369a))
15+
316
## [1.16.1](https://github.com/alexbrazier/react-native-network-logger/compare/v1.16.0...v1.16.1) (2024-04-13)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-network-logger",
3-
"version": "1.16.1",
3+
"version": "1.17.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)