diff --git a/CHANGELOG.md b/CHANGELOG.md index 15adad1..a8a6bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [3.0.0-beta.6](https://github.com/ykzts/node-xmlhttprequest/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2020-07-31) + + +### Bug Fixes + +* **xmlhttprequest:** add support EventListenerObject ([#124](https://github.com/ykzts/node-xmlhttprequest/issues/124)) ([e21c817](https://github.com/ykzts/node-xmlhttprequest/commit/e21c817be89ac36b22efe6894b36a7a6562e1488)) +* **xmlhttprequest:** add support xhr.responseURL ([#126](https://github.com/ykzts/node-xmlhttprequest/issues/126)) ([606a39a](https://github.com/ykzts/node-xmlhttprequest/commit/606a39a7e167246c5d22e3585db8218ce74e0ac6)) +* **xmlhttprequest:** throw exception when invalid state ([#123](https://github.com/ykzts/node-xmlhttprequest/issues/123)) ([f46cdc0](https://github.com/ykzts/node-xmlhttprequest/commit/f46cdc065b371f0361527c46b30320a4572425eb)) + ## [3.0.0-beta.5](https://github.com/ykzts/node-xmlhttprequest/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2020-07-29) diff --git a/package.json b/package.json index 797338a..0476c89 100644 --- a/package.json +++ b/package.json @@ -124,5 +124,5 @@ }, "source": "./src/index.ts", "types": "./dist/index.d.ts", - "version": "3.0.0-beta.5" + "version": "3.0.0-beta.6" }