Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Jul 29, 2020
1 parent faa6539 commit 40c6707
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.5](https://github.com/ykzts/node-xmlhttprequest/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2020-07-29)


### Features

* **meta:** add keywords field to package.json ([#113](https://github.com/ykzts/node-xmlhttprequest/issues/113)) ([1457b7f](https://github.com/ykzts/node-xmlhttprequest/commit/1457b7f9a5fee1515e8ade2071b73d405aae1fa2))


### Bug Fixes

* **event:** use Object.defineProperty ([#115](https://github.com/ykzts/node-xmlhttprequest/issues/115)) ([f765c4d](https://github.com/ykzts/node-xmlhttprequest/commit/f765c4dd9d29eb7ee7f25582b2dce2f595cf7e57))
* **xmlhttprequest:** support object property ([#116](https://github.com/ykzts/node-xmlhttprequest/issues/116)) ([cb47719](https://github.com/ykzts/node-xmlhttprequest/commit/cb477198fd575434ce091d4eabfaa2ee52341c38))

## [3.0.0-beta.4](https://github.com/ykzts/node-xmlhttprequest/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2020-07-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@
},
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"version": "3.0.0-beta.4"
"version": "3.0.0-beta.5"
}

0 comments on commit 40c6707

Please sign in to comment.