From 7d2964ef03503dd81613a837491fab8aa4fc22a4 Mon Sep 17 00:00:00 2001 From: XHR Bot <84291682+xhrbot@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:50:45 +0900 Subject: [PATCH] chore: release 4.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 561c6a2..b93ba48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.0.0](https://www.github.com/ykzts/node-xmlhttprequest/compare/v3.0.4...v4.0.0) (2023-02-14) + + +### ⚠ BREAKING CHANGES + +* replace to native `EventTarget` (#518) + +### Features + +* **xhr:** supports xhr.timeout ([#528](https://www.github.com/ykzts/node-xmlhttprequest/issues/528)) ([b765605](https://www.github.com/ykzts/node-xmlhttprequest/commit/b7656054e82dd6625571f4d15d156b37b61357f4)) + + +### Code Refactoring + +* replace to native `EventTarget` ([#518](https://www.github.com/ykzts/node-xmlhttprequest/issues/518)) ([b3fe7e7](https://www.github.com/ykzts/node-xmlhttprequest/commit/b3fe7e7aa6a60e0e7a660dd546c534036b4b67af)) + ### [3.0.4](https://www.github.com/ykzts/node-xmlhttprequest/compare/v3.0.3...v3.0.4) (2021-12-16) diff --git a/package.json b/package.json index 13b1375..bfbb626 100644 --- a/package.json +++ b/package.json @@ -61,5 +61,5 @@ "source": "./src/index.ts", "types": "./types/index.d.ts", "unpkg": "./dist/index.umd.js", - "version": "3.0.4" + "version": "4.0.0" }