From 26764a3ddfaea76e0092476e7c66a99d4e57ac52 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Dec 2024 01:37:17 +0000 Subject: [PATCH] Release 4.6.9 [skip ci] ## [4.6.9](https://github.com/node-modules/urllib/compare/v4.6.8...v4.6.9) (2024-12-17) ### Bug Fixes * should got undici:client:sendHeaders message on H2 ([#553](https://github.com/node-modules/urllib/issues/553)) ([bd19f6d](https://github.com/node-modules/urllib/commit/bd19f6d9e6b845ca0d31c1c7a77d744dfa87f894)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3f4d8..5492648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.6.9](https://github.com/node-modules/urllib/compare/v4.6.8...v4.6.9) (2024-12-17) + + +### Bug Fixes + +* should got undici:client:sendHeaders message on H2 ([#553](https://github.com/node-modules/urllib/issues/553)) ([bd19f6d](https://github.com/node-modules/urllib/commit/bd19f6d9e6b845ca0d31c1c7a77d744dfa87f894)) + ## [4.6.8](https://github.com/node-modules/urllib/compare/v4.6.7...v4.6.8) (2024-12-11) diff --git a/package.json b/package.json index 5348130..bbb725d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urllib", - "version": "4.6.8", + "version": "4.6.9", "publishConfig": { "tag": "latest" },