From 9eb65ef171da297c4baec365430891c06bf9f3e0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Nov 2023 17:03:39 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.0.0](https://github.com/vasco-santos/dns-over-http-resolver/compare/v2.1.3...v3.0.0) (2023-11-06) ### ⚠ BREAKING CHANGES * requires node 18+ ### Bug Fixes * use native fetch API ([#104](https://github.com/vasco-santos/dns-over-http-resolver/issues/104)) ([58453c7](https://github.com/vasco-santos/dns-over-http-resolver/commit/58453c70f04977ca16feb8edd0d12ce453d57f85)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0726c97..b1e71e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [3.0.0](https://github.com/vasco-santos/dns-over-http-resolver/compare/v2.1.3...v3.0.0) (2023-11-06) + + +### ⚠ BREAKING CHANGES + +* requires node 18+ + +### Bug Fixes + +* use native fetch API ([#104](https://github.com/vasco-santos/dns-over-http-resolver/issues/104)) ([58453c7](https://github.com/vasco-santos/dns-over-http-resolver/commit/58453c70f04977ca16feb8edd0d12ce453d57f85)) + ## [2.1.3](https://github.com/vasco-santos/dns-over-http-resolver/compare/v2.1.2...v2.1.3) (2023-10-26) diff --git a/package.json b/package.json index bdfa67a..f384a93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dns-over-http-resolver", - "version": "2.1.3", + "version": "3.0.0", "description": "DNS over HTTP resolver", "author": "Vasco Santos", "license": "Apache-2.0 OR MIT",