Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Jul 31, 2020
1 parent 606a39a commit 678296c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 678296c

Please sign in to comment.