Skip to content

Commit

Permalink
chore: release 1.16.0
Browse files Browse the repository at this point in the history
alexbrazier committed Apr 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 485784d commit 9cb84f3
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


# [1.16.0](https://github.com/alexbrazier/react-native-network-logger/compare/v1.15.0...v1.16.0) (2024-04-12)


### Bug Fixes

* 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))


### Features

* 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))
* 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))

# [1.15.0](https://github.com/alexbrazier/react-native-network-logger/compare/v1.14.1...v1.15.0) (2023-05-24)


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



## [1.0.1](https://github.com/alexbrazier/react-native-network-logger/compare/v1.0.3...v1.1.0) (2020-06-19)
## [1.0.1](https://github.com/alexbrazier/react-native-network-logger/compare/v1.0.3...v1.1.0) (2020-06-19)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-network-logger",
"version": "1.15.0",
"version": "1.16.0",
"description": "An HTTP traffic monitor for React Native with zero dependencies",
"main": "lib/commonjs/index",
"module": "lib/module/index",

0 comments on commit 9cb84f3

Please sign in to comment.