From ccf320cd006006ae16ecb05031a8a72fbe2b28f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Sep 2023 12:03:53 +0000 Subject: [PATCH] chore(release): 0.1.126 [skip ci] ## [0.1.126](https://github.com/arthur-melo/abuseipdb-client/compare/v0.1.125...v0.1.126) (2023-09-07) ### Chores * **deps-dev:** bump conventional-changelog-conventionalcommits ([#348](https://github.com/arthur-melo/abuseipdb-client/issues/348)) ([2707fae](https://github.com/arthur-melo/abuseipdb-client/commit/2707faeaf01001bec4ae3f1416ea10419d9a895a)) * **deps-dev:** bump prettier from 3.0.2 to 3.0.3 ([#346](https://github.com/arthur-melo/abuseipdb-client/issues/346)) ([b133694](https://github.com/arthur-melo/abuseipdb-client/commit/b1336942ebfc3e74fde7054bc23df04fab3a5847)) * **deps-dev:** bump rollup-plugin-dts from 6.0.0 to 6.0.1 ([#345](https://github.com/arthur-melo/abuseipdb-client/issues/345)) ([c07336a](https://github.com/arthur-melo/abuseipdb-client/commit/c07336aa3c08e7b06332ddaf82bef053a40fac50)) * **deps-dev:** bump typedoc-plugin-replace-text from 3.1.0 to 3.2.0 ([#347](https://github.com/arthur-melo/abuseipdb-client/issues/347)) ([2a63aa7](https://github.com/arthur-melo/abuseipdb-client/commit/2a63aa7b441d9f4f31e5f8a7bfc65a6b7a51ecb4)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b9ade..ff9099a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.1.126](https://github.com/arthur-melo/abuseipdb-client/compare/v0.1.125...v0.1.126) (2023-09-07) + + +### Chores + +* **deps-dev:** bump conventional-changelog-conventionalcommits ([#348](https://github.com/arthur-melo/abuseipdb-client/issues/348)) ([2707fae](https://github.com/arthur-melo/abuseipdb-client/commit/2707faeaf01001bec4ae3f1416ea10419d9a895a)) +* **deps-dev:** bump prettier from 3.0.2 to 3.0.3 ([#346](https://github.com/arthur-melo/abuseipdb-client/issues/346)) ([b133694](https://github.com/arthur-melo/abuseipdb-client/commit/b1336942ebfc3e74fde7054bc23df04fab3a5847)) +* **deps-dev:** bump rollup-plugin-dts from 6.0.0 to 6.0.1 ([#345](https://github.com/arthur-melo/abuseipdb-client/issues/345)) ([c07336a](https://github.com/arthur-melo/abuseipdb-client/commit/c07336aa3c08e7b06332ddaf82bef053a40fac50)) +* **deps-dev:** bump typedoc-plugin-replace-text from 3.1.0 to 3.2.0 ([#347](https://github.com/arthur-melo/abuseipdb-client/issues/347)) ([2a63aa7](https://github.com/arthur-melo/abuseipdb-client/commit/2a63aa7b441d9f4f31e5f8a7bfc65a6b7a51ecb4)) + ## [0.1.125](https://github.com/arthur-melo/abuseipdb-client/compare/v0.1.124...v0.1.125) (2023-09-02) diff --git a/package-lock.json b/package-lock.json index 5e6c39c..d766e1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "abuseipdb-client", - "version": "0.1.125", + "version": "0.1.126", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "abuseipdb-client", - "version": "0.1.125", + "version": "0.1.126", "license": "MIT", "dependencies": { "fetch-blob": "^3.2.0", diff --git a/package.json b/package.json index 3925730..3743e1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abuseipdb-client", - "version": "0.1.125", + "version": "0.1.126", "private": false, "description": "AbuseIPDB Node.js API client.", "author": "Arthur Melo ",