abuseipdb-client 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,7 +8,9 @@
8
8
  </h1>
9
9
 
10
10
  ![License](https://img.shields.io/github/license/arthur-melo/abuseipdb-client)
11
- ![Codecov](https://img.shields.io/codecov/c/github/arthur-melo/abuseipdb-client)
11
+ [![codecov](https://codecov.io/gh/arthur-melo/abuseipdb-client/branch/main/graph/badge.svg?token=M6BA5MDD1V)](https://codecov.io/gh/arthur-melo/abuseipdb-client)
12
+ ![npm](https://img.shields.io/npm/dw/abuseipdb-client)
13
+ ![npm](https://img.shields.io/npm/v/abuseipdb-client)
12
14
 
13
15
  Unofficial [AbuseIPDB](https://www.abuseipdb.com/) Node.js client library.
14
16
 
@@ -187,4 +189,4 @@ I'll keep an eye whether the team behind AbuseIPDB adds support for this use cas
187
189
 
188
190
  ## License
189
191
 
190
- abuseipdb-client is released under the [MIT license](https://github.com/arthur-melo/abuseipdb-client/LICENSE).
192
+ abuseipdb-client is released under the [MIT license](https://github.com/arthur-melo/abuseipdb-client/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abuseipdb-client",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "private": false,
5
5
  "description": "AbuseIPDB Node.js API client.",
6
6
  "author": "Arthur Melo <contact@arthurmelo.com>",
package/CHANGELOG.md DELETED
@@ -1,13 +0,0 @@
1
- ## [0.1.3](https://github.com/arthur-melo/abuseipdb-client/compare/v0.1.2...v0.1.3) (2022-12-21)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **semantic-release:** Using engines package.json field ([#4](https://github.com/arthur-melo/abuseipdb-client/issues/4)) ([f22d3f1](https://github.com/arthur-melo/abuseipdb-client/commit/f22d3f1e4fd7fb12dfda620ed14d88f02e485e2c))
7
-
8
- ## [0.1.2](https://github.com/arthur-melo/abuseipdb-client/compare/v0.1.1...v0.1.2) (2022-12-21)
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * **ci:** Added missing semantic-release config ([#3](https://github.com/arthur-melo/abuseipdb-client/issues/3)) ([e32f07d](https://github.com/arthur-melo/abuseipdb-client/commit/e32f07d6ef5591983c370b1629606350821533db))