Skip to content

Commit 678296c

Browse files
committed
chore(release): 3.0.0-beta.6
1 parent 606a39a commit 678296c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [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)
6+
7+
8+
### Bug Fixes
9+
10+
* **xmlhttprequest:** add support EventListenerObject ([#124](https://github.com/ykzts/node-xmlhttprequest/issues/124)) ([e21c817](https://github.com/ykzts/node-xmlhttprequest/commit/e21c817be89ac36b22efe6894b36a7a6562e1488))
11+
* **xmlhttprequest:** add support xhr.responseURL ([#126](https://github.com/ykzts/node-xmlhttprequest/issues/126)) ([606a39a](https://github.com/ykzts/node-xmlhttprequest/commit/606a39a7e167246c5d22e3585db8218ce74e0ac6))
12+
* **xmlhttprequest:** throw exception when invalid state ([#123](https://github.com/ykzts/node-xmlhttprequest/issues/123)) ([f46cdc0](https://github.com/ykzts/node-xmlhttprequest/commit/f46cdc065b371f0361527c46b30320a4572425eb))
13+
514
## [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)
615

716

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@
124124
},
125125
"source": "./src/index.ts",
126126
"types": "./dist/index.d.ts",
127-
"version": "3.0.0-beta.5"
127+
"version": "3.0.0-beta.6"
128128
}

0 commit comments

Comments
 (0)