From faa97ac1f6971f3704cbfe5dc9b9977b032621ab Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Oct 2023 16:54:06 +0000 Subject: [PATCH] chore(release): 2.1.3 [skip ci] ## [2.1.3](https://github.com/vasco-santos/dns-over-http-resolver/compare/v2.1.2...v2.1.3) (2023-10-26) ### Bug Fixes * specify correct return type from `resolve` ([#101](https://github.com/vasco-santos/dns-over-http-resolver/issues/101)) ([6dd2bd8](https://github.com/vasco-santos/dns-over-http-resolver/commit/6dd2bd89a8ea900adfee47cea52a0a638fe768cb)) ### Dependencies * **dev:** bump sinon from 14.0.2 to 17.0.0 ([#100](https://github.com/vasco-santos/dns-over-http-resolver/issues/100)) ([f946dcb](https://github.com/vasco-santos/dns-over-http-resolver/commit/f946dcb278bbf9555b6d6dd0fee23241c961db2a)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41875e..0726c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.1.3](https://github.com/vasco-santos/dns-over-http-resolver/compare/v2.1.2...v2.1.3) (2023-10-26) + + +### Bug Fixes + +* specify correct return type from `resolve` ([#101](https://github.com/vasco-santos/dns-over-http-resolver/issues/101)) ([6dd2bd8](https://github.com/vasco-santos/dns-over-http-resolver/commit/6dd2bd89a8ea900adfee47cea52a0a638fe768cb)) + + +### Dependencies + +* **dev:** bump sinon from 14.0.2 to 17.0.0 ([#100](https://github.com/vasco-santos/dns-over-http-resolver/issues/100)) ([f946dcb](https://github.com/vasco-santos/dns-over-http-resolver/commit/f946dcb278bbf9555b6d6dd0fee23241c961db2a)) + ## [2.1.2](https://github.com/vasco-santos/dns-over-http-resolver/compare/v2.1.1...v2.1.2) (2023-08-14) diff --git a/package.json b/package.json index 0ff13df..2e084e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dns-over-http-resolver", - "version": "2.1.2", + "version": "2.1.3", "description": "DNS over HTTP resolver", "author": "Vasco Santos", "license": "Apache-2.0 OR MIT",